Lines Matching refs:defining_class
11454 os_DirEntry_is_symlink_impl(DirEntry *self, PyTypeObject *defining_class);
11457 os_DirEntry_is_symlink(DirEntry *self, PyTypeObject *defining_class, PyObject *const *args, Py_ssiz… in os_DirEntry_is_symlink() argument
11466 _return_value = os_DirEntry_is_symlink_impl(self, defining_class); in os_DirEntry_is_symlink()
11514 os_DirEntry_stat_impl(DirEntry *self, PyTypeObject *defining_class,
11518 os_DirEntry_stat(DirEntry *self, PyTypeObject *defining_class, PyObject *const *args, Py_ssize_t na… in os_DirEntry_stat() argument
11562 return_value = os_DirEntry_stat_impl(self, defining_class, follow_symlinks); in os_DirEntry_stat()
11578 os_DirEntry_is_dir_impl(DirEntry *self, PyTypeObject *defining_class,
11582 os_DirEntry_is_dir(DirEntry *self, PyTypeObject *defining_class, PyObject *const *args, Py_ssize_t … in os_DirEntry_is_dir() argument
11627 _return_value = os_DirEntry_is_dir_impl(self, defining_class, follow_symlinks); in os_DirEntry_is_dir()
11647 os_DirEntry_is_file_impl(DirEntry *self, PyTypeObject *defining_class,
11651 os_DirEntry_is_file(DirEntry *self, PyTypeObject *defining_class, PyObject *const *args, Py_ssize_t… in os_DirEntry_is_file() argument
11696 _return_value = os_DirEntry_is_file_impl(self, defining_class, follow_symlinks); in os_DirEntry_is_file()