Lines Matching refs:file_status
113 const file_status f = in __copy()
119 …const file_status t = sym_status ? detail::posix_lstat(to, t_st, &m_ec1) : detail::posix_stat(to, … in __copy()
281 file_status to_st = detail::posix_stat(to, to_stat_path, &m_ec); in __copy_file()
371 const file_status parent_st = status(parent, m_ec); in __create_directories()
400 const file_status st = status(p, ignored_ec); in __create_directory()
411 file_status st = detail::posix_stat(attributes, attr_stat, &mec); in __create_directory()
520 file_status fst = detail::posix_stat(p, st, &m_ec); in __file_size()
597 file_status fst = detail::posix_stat(p, st, &m_ec); in __last_write_time()
629 … file_status st = resolve_symlinks ? detail::posix_stat(p, &m_ec) : detail::posix_lstat(p, &m_ec); in __permissions()
716 const file_status st = __symlink_status(p, &ec); in remove_all_impl()
876 file_status __status(const path& p, error_code* ec) { return detail::posix_stat(p, ec); } in __status()
878 file_status __symlink_status(const path& p, error_code* ec) { return detail::posix_lstat(p, ec); } in __symlink_status()
913 file_status st = detail::posix_stat(p, &m_ec); in __temp_directory_path()
939 file_status st = __status(tmp, &m_ec); in __weakly_canonical()