Searched refs:posix_stat (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/llvm-project/libcxx/src/filesystem/ |
| 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() 402 file_status to_st = detail::posix_stat(to, to_stat_path, &m_ec); in __copy_file() 482 auto const st = detail::posix_stat(p, &m_ec); in __create_directories() 532 file_status st = detail::posix_stat(attributes, attr_stat, &mec); in __create_directory() 626 auto s1 = detail::posix_stat(p1.native(), st1, &ec1); in __equivalent() 629 auto s2 = detail::posix_stat(p2.native(), st2, &ec2); in __equivalent() 641 file_status fst = detail::posix_stat(p, st, &m_ec); in __file_size() 657 detail::posix_stat(p, st, &m_ec); in __hard_link_count() 668 auto st = detail::posix_stat(p, pst, &m_ec); in __fs_is_empty() [all …]
|
| H A D | file_descriptor.h | 236 inline file_status posix_stat(path const& p, StatT& path_stat, error_code* ec) { in posix_stat() function 243 inline file_status posix_stat(path const& p, error_code* ec) { in posix_stat() function 245 return posix_stat(p, path_stat, ec); in posix_stat()
|
| H A D | directory_entry.cpp | 41 st = detail::posix_stat(__p_, full_st, &ignored_ec); in __do_refresh()
|