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.h5812 os_DirEntry_stat_impl(DirEntry *self, int follow_symlinks);
5826 return_value = os_DirEntry_stat_impl(self, follow_symlinks); in os_DirEntry_stat()
/external/python/cpython3/Modules/
Dposixmodule.c11701 os_DirEntry_stat_impl(DirEntry *self, int follow_symlinks) in os_DirEntry_stat_impl() function
11749 stat = os_DirEntry_stat_impl(self, follow_symlinks); in DirEntry_test_mode()