Searched refs:posix_lstat (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
| H A D | file_descriptor.h | 248 inline file_status posix_lstat(path const& p, StatT& path_stat, error_code* ec) { in posix_lstat() function 255 inline file_status posix_lstat(path const& p, error_code* ec) { in posix_lstat() function 257 return posix_lstat(p, path_stat, ec); in posix_lstat()
|
| H A D | directory_entry.cpp | 25 file_status st = detail::posix_lstat(__p_, full_st, &failure_ec); in __do_refresh()
|
| H A D | operations.cpp | 137 …sym_status || sym_status2 ? detail::posix_lstat(from, f_st, &m_ec1) : detail::posix_stat(from, f_s… in __copy() 142 …const file_status t = sym_status ? detail::posix_lstat(to, t_st, &m_ec1) : detail::posix_stat(to, … in __copy() 750 … file_status st = resolve_symlinks ? detail::posix_stat(p, &m_ec) : detail::posix_lstat(p, &m_ec); in __permissions() 1000 file_status __symlink_status(const path& p, error_code* ec) { return detail::posix_lstat(p, ec); } in __symlink_status()
|