Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h46 __create_directory_symlink(const path& __to, const path& __new_symlink, error_code* __ec = nullptr);
108 __create_directory_symlink(__target, __link); in create_directory_symlink()
112 __create_directory_symlink(__target, __link, &__ec); in create_directory_symlink()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp351 __create_directory_symlink(real_path, new_symlink, ec); in __copy_symlink()
431 void __create_directory_symlink(path const& from, path const& to, error_code* ec) { in __create_directory_symlink() function