Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Dcopy_options.h33 create_hard_links = 256, enumerator
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp143 } else if (bool(copy_options::create_hard_links & options)) { in __copy()