Home
last modified time | relevance | path

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

/external/libcxx/src/experimental/filesystem/
Doperations.cpp313 const path real_path(__read_symlink(existing_symlink, ec)); in __copy_symlink()
778 path __read_symlink(const path& p, std::error_code *ec) { in __read_symlink() function
/external/libcxx/include/experimental/
Dfilesystem1285 path __read_symlink(const path& p, error_code *ec=nullptr);
1672 return __read_symlink(__p);
1677 return __read_symlink(__p, &__ec);