Home
last modified time | relevance | path

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

/external/libcxx/include/experimental/
Dfilesystem1257 void __create_directory_symlink(const path& __to, const path& __new_symlink,
1429 __create_directory_symlink(__to, __new);
1435 __create_directory_symlink(__to, __new, &__ec);
/external/libcxx/src/experimental/filesystem/
Doperations.cpp383 void __create_directory_symlink(path const & from, path const & to, in __create_directory_symlink() function