Lines Matching refs:StatT
484 StatT m_stat;
509 StatT const& get_stat() const { return m_stat; } in get_stat()
537 perms posix_get_perms(const StatT& st) noexcept { in posix_get_perms()
542 const StatT& path_stat, error_code* ec) { in create_file_status()
577 file_status posix_stat(path const& p, StatT& path_stat, error_code* ec) { in posix_stat()
585 StatT path_stat; in posix_stat()
589 file_status posix_lstat(path const& p, StatT& path_stat, error_code* ec) { in posix_lstat()
597 StatT path_stat; in posix_lstat()
611 bool posix_fchmod(const FileDescriptor& fd, const StatT& st, error_code& ec) { in posix_fchmod()
620 bool stat_equivalent(const StatT& st1, const StatT& st2) { in stat_equivalent()
639 using detail::StatT;
740 StatT f_st = {}; in __copy()
747 StatT t_st = {}; in __copy()
909 StatT const& from_stat = from_fd.get_stat(); in __copy_file()
921 StatT to_stat_path; in __copy_file()
1053 StatT attr_stat; in __create_directory()
1136 StatT st1 = {}, st2 = {}; in __equivalent()
1151 StatT st; in __file_size()
1168 StatT st; in __hard_link_count()
1179 StatT pst; in __fs_is_empty()
1196 static file_time_type __extract_last_write_time(const path& p, const StatT& st, in __extract_last_write_time()
1213 StatT st; in __last_write_time()
1241 StatT st; in __last_write_time()
1317 StatT sb; in __read_symlink()
2053 StatT full_st; in __do_refresh()