Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
Dposixmodule.c11679 DirEntry_get_lstat(DirEntry *self) in DirEntry_get_lstat() function
11705 return DirEntry_get_lstat(self); in os_DirEntry_stat_impl()
11714 self->stat = DirEntry_get_lstat(self); in os_DirEntry_stat_impl()