Lines Matching refs:DirEntry
8327 os_DirEntry_is_symlink_impl(DirEntry *self, PyTypeObject *defining_class);
8330 os_DirEntry_is_symlink(DirEntry *self, PyTypeObject *defining_class, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
8359 os_DirEntry_stat_impl(DirEntry *self, PyTypeObject *defining_class,
8363 os_DirEntry_stat(DirEntry *self, PyTypeObject *defining_class, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
8400 os_DirEntry_is_dir_impl(DirEntry *self, PyTypeObject *defining_class,
8404 os_DirEntry_is_dir(DirEntry *self, PyTypeObject *defining_class, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
8446 os_DirEntry_is_file_impl(DirEntry *self, PyTypeObject *defining_class,
8450 os_DirEntry_is_file(DirEntry *self, PyTypeObject *defining_class, PyObject *const *args, Py_ssize_t nargs, PyObject *kwnames)
8492 os_DirEntry_inode_impl(DirEntry *self);
8495 os_DirEntry_inode(DirEntry *self, PyObject *Py_UNUSED(ignored))
8510 os_DirEntry___fspath___impl(DirEntry *self);
8513 os_DirEntry___fspath__(DirEntry *self, PyObject *Py_UNUSED(ignored))
8522 "Return an iterator of DirEntry objects for given path.\n"
8525 "is bytes, the names of yielded DirEntry objects will also be bytes; in\n"