Searched refs:DirEntry_fetch_stat (Results 1 – 1 of 1) sorted by relevance
15602 DirEntry_fetch_stat(PyObject *module, DirEntry *self, int follow_symlinks) in DirEntry_fetch_stat() function15670 self->lstat = DirEntry_fetch_stat(module, self, 0); in DirEntry_get_lstat()15702 self->stat = DirEntry_fetch_stat(module, self, 1); in os_DirEntry_stat_impl()