Home
last modified time | relevance | path

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

/third_party/gn/src/base/files/
Dfile_enumerator_posix.cc37 memset(&stat_, 0, sizeof(stat_)); in FileInfo()
41 return S_ISDIR(stat_.st_mode); in IsDirectory()
49 return stat_.st_size; in GetSize()
53 return stat_.st_mtime; in GetLastModifiedTime()
139 GetStat(full_path, file_type_ & SHOW_SYM_LINKS, &info.stat_); in Next()
Dfile_enumerator.h62 const struct stat& stat() const { return stat_; } in stat()
71 struct stat stat_; variable
/third_party/python/Modules/
D_stat.c272 stat_ ##isfunc (PyObject *self, PyObject *omode) \
279 PyDoc_STRVAR(stat_ ## isfunc ## _doc, doc)