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

/netbsd-current/external/gpl3/binutils.old/dist/gprofng/src/
H A DDbeFile.h70 struct stat64 *get_stat ();
H A DDbeFile.cc516 DbeFile::get_stat () function in class:DbeFile
532 struct stat64 *st1 = get_stat ();
533 struct stat64 *st2 = df->get_stat ();
H A DExperiment.cc6832 if (df && (df->get_stat () == NULL))
/netbsd-current/external/gpl3/binutils/dist/gprofng/src/
H A DDbeFile.h70 dbe_stat_t *get_stat ();
H A DDbeFile.cc516 DbeFile::get_stat () function in class:DbeFile
532 dbe_stat_t *st1 = get_stat ();
533 dbe_stat_t *st2 = df->get_stat ();
H A DExperiment.cc6832 if (df && (df->get_stat () == NULL))
/netbsd-current/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Doperations.cpp506 StatT const& get_stat() const { return m_stat; }
818 size_t count = read_fd.get_stat().st_size;
906 StatT const& from_stat = from_fd.get_stat();
965 if (!detail::stat_equivalent(to_stat_path, to_fd.get_stat()))

Completed in 211 milliseconds