Searched refs:__create_symlink (Results 1 – 2 of 2) sorted by relevance
/external/libcxx/src/experimental/filesystem/ |
D | operations.cpp | 224 __create_symlink(from, to, ec); in __copy() 318 __create_symlink(real_path, new_symlink, ec); in __copy_symlink() 398 void __create_symlink(path const & from, path const & to, std::error_code *ec) { in __create_symlink() function
|
/external/libcxx/include/experimental/ |
D | filesystem | 1263 void __create_symlink(const path& __to, const path& __new_symlink, 1450 __create_symlink(__to, __new); 1455 return __create_symlink(__to, __new, &__ec);
|