Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__filesystem/
H A Doperations.h52 __create_symlink(const path& __to, const path& __new_symlink, error_code* __ec = nullptr);
132 __create_symlink(__target, __link); in create_symlink()
135 return __create_symlink(__target, __link, &__ec); in create_symlink()
/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp142 __create_symlink(from, to, ec); in __copy()
354 __create_symlink(real_path, new_symlink, ec); in __copy_symlink()
443 void __create_symlink(path const& from, path const& to, error_code* ec) { in __create_symlink() function