Searched refs:__create_symlink (Results 1 – 2 of 2) sorted by relevance
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/ |
H A D | operations.cpp | 773 __create_symlink(from, to, ec); in __copy() 995 __create_symlink(real_path, new_symlink, ec); in __copy_symlink() 1083 void __create_symlink(path const& from, path const& to, error_code* ec) { in __create_symlink() function
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | filesystem | 1781 void __create_symlink(const path& __to, const path& __new_symlink, 1966 __create_symlink(__to, __new); 1971 return __create_symlink(__to, __new, &__ec);
|