Lines Matching refs:file_status

482   file_status m_status;
505 file_status get_status() const { return m_status; } in get_status()
510 file_status refresh_status(error_code& ec);
522 other.m_status = file_status{}; in FileDescriptor()
538 file_status create_file_status(error_code& m_ec, path const& p, in create_file_status()
543 return file_status(file_type::not_found); in create_file_status()
547 return file_status(file_type::none); in create_file_status()
551 file_status fs_tmp; in create_file_status()
574 file_status posix_stat(path const& p, StatT& path_stat, error_code* ec) { in posix_stat()
581 file_status posix_stat(path const& p, error_code* ec) { in posix_stat()
586 file_status posix_lstat(path const& p, StatT& path_stat, error_code* ec) { in posix_lstat()
593 file_status posix_lstat(path const& p, error_code* ec) { in posix_lstat()
621 file_status FileDescriptor::refresh_status(error_code& ec) { in refresh_status()
623 m_status = file_status{}; in refresh_status()
738 const file_status f = sym_status || sym_status2 in __copy()
745 const file_status t = sym_status ? detail::posix_lstat(to, t_st, &m_ec1) in __copy()
919 file_status to_st = detail::posix_stat(to, to_stat_path, &m_ec); in __copy_file()
1012 const file_status parent_st = status(parent, m_ec); in __create_directories()
1041 const file_status st = status(p, ignored_ec); in __create_directory()
1052 file_status st = detail::posix_stat(attributes, attr_stat, &mec); in __create_directory()
1149 file_status fst = detail::posix_stat(p, st, &m_ec); in __file_size()
1239 file_status fst = detail::posix_stat(p, st, &m_ec); in __last_write_time()
1273 file_status st = resolve_symlinks ? detail::posix_stat(p, &m_ec) in __permissions()
1345 const file_status st = __symlink_status(p, &ec); in remove_all_impl()
1413 file_status __status(const path& p, error_code* ec) { in __status()
1417 file_status __symlink_status(const path& p, error_code* ec) { in __symlink_status()
1449 file_status st = detail::posix_stat(p, &m_ec); in __temp_directory_path()
1476 file_status st = __status(tmp, &m_ec); in __weakly_canonical()
1944 file_status st = detail::posix_lstat(__p_, full_st, &failure_ec); in __do_refresh()