Home
last modified time | relevance | path

Searched refs:to_stat_path (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/cronet/third_party/libc++/src/src/filesystem/
H A Doperations.cpp283 StatT to_stat_path; in __copy_file() local
284 file_status to_st = detail::posix_stat(to, to_stat_path, &m_ec); in __copy_file()
292 if (to_exists && detail::stat_equivalent(from_stat, to_stat_path)) in __copy_file()
301 auto to_time = detail::extract_mtime(to_stat_path); in __copy_file()
328 if (!detail::stat_equivalent(to_stat_path, to_fd.get_stat())) in __copy_file()
/aosp_15_r20/external/libcxx/src/filesystem/
H A Doperations.cpp756 StatT to_stat_path; in __copy_file() local
757 file_status to_st = detail::posix_stat(to, to_stat_path, &m_ec); in __copy_file()
765 if (to_exists && detail::stat_equivalent(from_stat, to_stat_path)) in __copy_file()
774 auto to_time = detail::extract_mtime(to_stat_path); in __copy_file()
803 if (!detail::stat_equivalent(to_stat_path, to_fd.get_stat())) in __copy_file()