Searched refs:DirEntry_test_mode (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/ |
D | posixmodule.c | 15555 DirEntry_test_mode(PyTypeObject *defining_class, DirEntry *self, 15577 return DirEntry_test_mode(defining_class, self, 0, S_IFLNK); in os_DirEntry_is_symlink_impl() 15580 return DirEntry_test_mode(defining_class, self, 0, S_IFLNK); in os_DirEntry_is_symlink_impl() 15714 DirEntry_test_mode(PyTypeObject *defining_class, DirEntry *self, in DirEntry_test_mode() function 15807 return DirEntry_test_mode(defining_class, self, follow_symlinks, S_IFDIR); in os_DirEntry_is_dir_impl() 15825 return DirEntry_test_mode(defining_class, self, follow_symlinks, S_IFREG); in os_DirEntry_is_file_impl()
|
/external/python/cpython3/Tools/c-analyzer/ |
D | TODO | 281 Modules/posixmodule.c:DirEntry_test_mode():PyId_st_mode _Py_IDENTIFIER(st_mode)
|