Searched refs:stat_ (Results 1 – 3 of 3) sorted by relevance
37 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()
62 const struct stat& stat() const { return stat_; } in stat()71 struct stat stat_; variable
272 stat_ ##isfunc (PyObject *self, PyObject *omode) \279 PyDoc_STRVAR(stat_ ## isfunc ## _doc, doc)