Lines Matching refs:StatT
481 StatT m_stat;
506 StatT const& get_stat() const { return m_stat; } in get_stat()
534 perms posix_get_perms(const StatT& st) noexcept { in posix_get_perms()
539 const StatT& path_stat, error_code* ec) { in create_file_status()
574 file_status posix_stat(path const& p, StatT& path_stat, error_code* ec) { in posix_stat()
582 StatT path_stat; in posix_stat()
586 file_status posix_lstat(path const& p, StatT& path_stat, error_code* ec) { in posix_lstat()
594 StatT path_stat; in posix_lstat()
608 bool posix_fchmod(const FileDescriptor& fd, const StatT& st, error_code& ec) { in posix_fchmod()
617 bool stat_equivalent(const StatT& st1, const StatT& st2) { in stat_equivalent()
636 using detail::StatT;
737 StatT f_st = {}; in __copy()
744 StatT t_st = {}; in __copy()
906 StatT const& from_stat = from_fd.get_stat(); in __copy_file()
918 StatT to_stat_path; in __copy_file()
1047 StatT attr_stat; in __create_directory()
1130 StatT st1 = {}, st2 = {}; in __equivalent()
1145 StatT st; in __file_size()
1162 StatT st; in __hard_link_count()
1173 StatT pst; in __fs_is_empty()
1190 static file_time_type __extract_last_write_time(const path& p, const StatT& st, in __extract_last_write_time()
1207 StatT st; in __last_write_time()
1235 StatT st; in __last_write_time()
1311 StatT sb; in __read_symlink()
1940 StatT full_st; in __do_refresh()