Lines Matching refs:DirEntry
5784 os_DirEntry_is_symlink_impl(DirEntry *self);
5787 os_DirEntry_is_symlink(DirEntry *self, PyObject *Py_UNUSED(ignored)) in os_DirEntry_is_symlink()
5812 os_DirEntry_stat_impl(DirEntry *self, int follow_symlinks);
5815 os_DirEntry_stat(DirEntry *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in os_DirEntry_stat()
5842 os_DirEntry_is_dir_impl(DirEntry *self, int follow_symlinks);
5845 os_DirEntry_is_dir(DirEntry *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in os_DirEntry_is_dir()
5877 os_DirEntry_is_file_impl(DirEntry *self, int follow_symlinks);
5880 os_DirEntry_is_file(DirEntry *self, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames) in os_DirEntry_is_file()
5912 os_DirEntry_inode_impl(DirEntry *self);
5915 os_DirEntry_inode(DirEntry *self, PyObject *Py_UNUSED(ignored)) in os_DirEntry_inode()
5930 os_DirEntry___fspath___impl(DirEntry *self);
5933 os_DirEntry___fspath__(DirEntry *self, PyObject *Py_UNUSED(ignored)) in os_DirEntry___fspath__()