Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp242 size_t count = read_fd.get_stat().st_size; in copy_file_impl_copy_file_range()
276 size_t count = read_fd.get_stat().st_size; in copy_file_impl_sendfile()
390 StatT const& from_stat = from_fd.get_stat(); in __copy_file()
446 if (!detail::stat_equivalent(to_stat_path, to_fd.get_stat())) in __copy_file()
H A Dfile_descriptor.h166 StatT const& get_stat() const { return m_stat; } in get_stat() function