Home
last modified time | relevance | path

Searched refs:DirEntryType (Results 1 – 1 of 1) sorted by relevance

/external/python/cpython3/Modules/
Dposixmodule.c11907 static PyTypeObject DirEntryType = { variable
11983 entry = PyObject_New(DirEntry, &DirEntryType); in DirEntry_from_find_data()
12070 entry = PyObject_New(DirEntry, &DirEntryType); in DirEntry_from_posix_info()
13519 if (PyType_Ready(&DirEntryType) < 0) in INITFUNC()
13619 Py_INCREF((PyObject *) &DirEntryType); in INITFUNC()
13620 PyModule_AddObject(m, "DirEntry", (PyObject *)&DirEntryType); in INITFUNC()