Home
last modified time | relevance | path

Searched refs:nofollow (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dperm_options.h23 enum class perm_options : unsigned char { replace = 1, add = 2, remove = 4, nofollow = 8 }; enumerator
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp618 const bool resolve_symlinks = !has_opt(perm_options::nofollow); in __permissions()