Home
last modified time | relevance | path

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

/external/libcxx/src/filesystem/
Doperations.cpp823 const path real_path(__read_symlink(existing_symlink, ec)); in __copy_symlink()
1088 path __read_symlink(const path& p, error_code* ec) { in __read_symlink() function
/external/libcxx/include/
Dfilesystem1431 path __read_symlink(const path& p, error_code* ec = nullptr);
1827 return __read_symlink(__p);
1832 return __read_symlink(__p, &__ec);