Lines Matching refs:DirEntry
11598 } DirEntry; typedef
11601 DirEntry_dealloc(DirEntry *entry) in DirEntry_dealloc()
11612 DirEntry_test_mode(DirEntry *self, int follow_symlinks, unsigned short mode_bits);
11621 os_DirEntry_is_symlink_impl(DirEntry *self) in os_DirEntry_is_symlink_impl()
11639 DirEntry_fetch_stat(DirEntry *self, int follow_symlinks) in DirEntry_fetch_stat()
11679 DirEntry_get_lstat(DirEntry *self) in DirEntry_get_lstat()
11701 os_DirEntry_stat_impl(DirEntry *self, int follow_symlinks) in os_DirEntry_stat_impl()
11723 DirEntry_test_mode(DirEntry *self, int follow_symlinks, unsigned short mode_bits) in DirEntry_test_mode()
11809 os_DirEntry_is_dir_impl(DirEntry *self, int follow_symlinks) in os_DirEntry_is_dir_impl()
11824 os_DirEntry_is_file_impl(DirEntry *self, int follow_symlinks) in os_DirEntry_is_file_impl()
11837 os_DirEntry_inode_impl(DirEntry *self) in os_DirEntry_inode_impl()
11868 DirEntry_repr(DirEntry *self) in DirEntry_repr()
11880 os_DirEntry___fspath___impl(DirEntry *self) in os_DirEntry___fspath___impl()
11888 {"name", T_OBJECT_EX, offsetof(DirEntry, name), READONLY,
11890 {"path", T_OBJECT_EX, offsetof(DirEntry, path), READONLY,
11910 sizeof(DirEntry), /* tp_basicsize */
11978 DirEntry *entry; in DirEntry_from_find_data()
11983 entry = PyObject_New(DirEntry, &DirEntryType); in DirEntry_from_find_data()
12067 DirEntry *entry; in DirEntry_from_posix_info()
12070 entry = PyObject_New(DirEntry, &DirEntryType); in DirEntry_from_posix_info()