Lines Matching refs:StatT
312 StatT m_stat;
337 StatT const& get_stat() const { return m_stat; } in get_stat()
365 perms posix_get_perms(const StatT& st) noexcept { in posix_get_perms()
374 const StatT& path_stat, error_code* ec) { in create_file_status()
409 file_status posix_stat(path const& p, StatT& path_stat, error_code* ec) { in posix_stat()
417 StatT path_stat; in posix_stat()
421 file_status posix_lstat(path const& p, StatT& path_stat, error_code* ec) { in posix_lstat()
429 StatT path_stat; in posix_lstat()
443 bool posix_fchmod(const FileDescriptor& fd, const StatT& st, error_code& ec) { in posix_fchmod()
452 bool stat_equivalent(const StatT& st1, const StatT& st2) { in stat_equivalent()
471 using detail::StatT;
562 StatT f_st = {}; in __copy()
569 StatT t_st = {}; in __copy()
731 StatT const& from_stat = from_fd.get_stat(); in __copy_file()
743 StatT to_stat_path; in __copy_file()
860 StatT attr_stat; in __create_directory()
919 StatT st1 = {}, st2 = {}; in __equivalent()
934 StatT st; in __file_size()
951 StatT st; in __hard_link_count()
962 StatT pst; in __fs_is_empty()
979 static file_time_type __extract_last_write_time(const path& p, const StatT& st, in __extract_last_write_time()
996 StatT st; in __last_write_time()
1013 StatT st; in __last_write_time()
1084 StatT sb; in __read_symlink()
1665 StatT full_st; in __do_refresh()