Searched defs:read_symlink (Results 1 – 1 of 1) sorted by relevance
251 inline _LIBCPP_HIDE_FROM_ABI path read_symlink(const path& __p) { return __read_symlink(__p); } in read_symlink() function 252 inline _LIBCPP_HIDE_FROM_ABI path read_symlink(const path& __p, error_code& __ec) { return __read_symlink(__p, &__ec); } in read_symlink() function