Home
last modified time | relevance | path

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

/llvm-project-15.0.7/libcxx/src/filesystem/
H A Doperations.cpp509 StatT const& get_stat() const { return m_stat; } in get_stat() function
821 size_t count = read_fd.get_stat().st_size; in copy_file_impl()
909 StatT const& from_stat = from_fd.get_stat(); in __copy_file()
968 if (!detail::stat_equivalent(to_stat_path, to_fd.get_stat())) in __copy_file()