Searched refs:DirEntry_test_mode (Results 1 - 1 of 1) sorted by relevance
/third_party/python/Modules/ |
H A D | posixmodule.c | 13640 DirEntry_test_mode(PyTypeObject *defining_class, DirEntry *self, 13662 return DirEntry_test_mode(defining_class, self, 0, S_IFLNK); in os_DirEntry_is_symlink_impl() 13665 return DirEntry_test_mode(defining_class, self, 0, S_IFLNK); in os_DirEntry_is_symlink_impl() 13786 DirEntry_test_mode(PyTypeObject *defining_class, DirEntry *self, in DirEntry_test_mode() function 13879 return DirEntry_test_mode(defining_class, self, follow_symlinks, S_IFDIR); in os_DirEntry_is_dir_impl() 13897 return DirEntry_test_mode(defining_class, self, follow_symlinks, S_IFREG); in os_DirEntry_is_file_impl()
|
Completed in 15 milliseconds