Home
last modified time | relevance | path

Searched defs:__link (Results 1 – 1 of 1) sorted by relevance

/freebsd-src/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h108 __create_directory_symlink(__target, __link); in create_directory_symlink() argument
112 __create_directory_symlink(__target, __link, &__ec); in create_directory_symlink() argument
125 __create_hard_link(__target, __link); in create_hard_link() argument
129 __create_hard_link(__target, __link, &__ec); in create_hard_link() argument
132 __create_symlink(__target, __link); in create_symlink() argument
135 create_symlink(const path & __target,const path & __link,error_code & __ec) create_symlink() argument
[all...]