Searched refs:__create_symlink (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/src/filesystem/ |
D | operations.cpp | 598 __create_symlink(from, to, ec); in __copy() 830 __create_symlink(real_path, new_symlink, ec); in __copy_symlink() 902 void __create_symlink(path const& from, path const& to, error_code* ec) { in __create_symlink() function
|
/external/libcxx/include/ |
D | filesystem | 1409 void __create_symlink(const path& __to, const path& __new_symlink, 1594 __create_symlink(__to, __new); 1599 return __create_symlink(__to, __new, &__ec);
|