Searched refs:get_stat (Results 1 – 2 of 2) sorted by relevance
242 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()
166 StatT const& get_stat() const { return m_stat; } in get_stat() function