Home
last modified time | relevance | path

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

/external/libcxx/src/experimental/filesystem/
Doperations.cpp253 __create_symlink(from, to, ec); in __copy()
357 __create_symlink(real_path, new_symlink, ec); in __copy_symlink()
437 void __create_symlink(path const & from, path const & to, std::error_code *ec) { in __create_symlink() function
/external/libcxx/include/experimental/
Dfilesystem1269 void __create_symlink(const path& __to, const path& __new_symlink,
1456 __create_symlink(__to, __new);
1461 return __create_symlink(__to, __new, &__ec);