Lines Matching refs:StatT
321 StatT m_stat;
346 StatT const& get_stat() const { return m_stat; } in get_stat()
374 perms posix_get_perms(const StatT& st) noexcept { in posix_get_perms()
383 const StatT& path_stat, error_code* ec) { in create_file_status()
418 file_status posix_stat(path const& p, StatT& path_stat, error_code* ec) { in posix_stat()
426 StatT path_stat; in posix_stat()
430 file_status posix_lstat(path const& p, StatT& path_stat, error_code* ec) { in posix_lstat()
438 StatT path_stat; in posix_lstat()
451 bool posix_fchmod(const FileDescriptor& fd, const StatT& st, error_code& ec) { in posix_fchmod()
460 bool stat_equivalent(const StatT& st1, const StatT& st2) { in stat_equivalent()
479 using detail::StatT;
562 StatT f_st = {}; in __copy()
569 StatT t_st = {}; in __copy()
744 StatT const& from_stat = from_fd.get_stat(); in __copy_file()
756 StatT to_stat_path; in __copy_file()
873 StatT attr_stat; in __create_directory()
932 StatT st1 = {}, st2 = {}; in __equivalent()
947 StatT st; in __file_size()
964 StatT st; in __hard_link_count()
975 StatT pst; in __fs_is_empty()
992 static file_time_type __extract_last_write_time(const path& p, const StatT& st, in __extract_last_write_time()
1009 StatT st; in __last_write_time()
1026 StatT st; in __last_write_time()
1667 StatT full_st; in __do_refresh()