Searched refs:DirEntry_test_mode (Results 1 – 1 of 1) sorted by relevance
/external/python/cpython3/Modules/ |
D | posixmodule.c | 11612 DirEntry_test_mode(DirEntry *self, int follow_symlinks, unsigned short mode_bits); 11631 return DirEntry_test_mode(self, 0, S_IFLNK); in os_DirEntry_is_symlink_impl() 11634 return DirEntry_test_mode(self, 0, S_IFLNK); in os_DirEntry_is_symlink_impl() 11723 DirEntry_test_mode(DirEntry *self, int follow_symlinks, unsigned short mode_bits) in DirEntry_test_mode() function 11812 return DirEntry_test_mode(self, follow_symlinks, S_IFDIR); in os_DirEntry_is_dir_impl() 11827 return DirEntry_test_mode(self, follow_symlinks, S_IFREG); in os_DirEntry_is_file_impl()
|