Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h11514 os_DirEntry_stat_impl(DirEntry *self, PyTypeObject *defining_class,
11562 return_value = os_DirEntry_stat_impl(self, defining_class, follow_symlinks); in os_DirEntry_stat()
/external/python/cpython3/Modules/
Dposixmodule.c15687 os_DirEntry_stat_impl(DirEntry *self, PyTypeObject *defining_class, in os_DirEntry_stat_impl() function
15740 stat = os_DirEntry_stat_impl(self, defining_class, follow_symlinks); in DirEntry_test_mode()