Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h50 __create_hard_link(const path& __to, const path& __new_hard_link, error_code* __ec = nullptr);
125 __create_hard_link(__target, __link); in create_hard_link()
129 __create_hard_link(__target, __link, &__ec); in create_hard_link()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp144 __create_hard_link(from, to, ec); in __copy()
437 void __create_hard_link(const path& from, const path& to, error_code* ec) { in __create_hard_link() function