Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c11639 DirEntry_fetch_stat(DirEntry *self, int follow_symlinks) in DirEntry_fetch_stat() function
11685 self->lstat = DirEntry_fetch_stat(self, 0); in DirEntry_get_lstat()
11712 self->stat = DirEntry_fetch_stat(self, 1); in os_DirEntry_stat_impl()