Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Modules/
Dposixmodule.c980 PyObject *DirEntryType; member
14010 PyObject *DirEntryType = get_posix_state(module)->DirEntryType; in DirEntry_from_find_data() local
14098 PyObject *DirEntryType = get_posix_state(module)->DirEntryType; in DirEntry_from_posix_info() local
15922 PyObject *DirEntryType = PyType_FromModuleAndSpec(m, &DirEntryType_spec, NULL); in posixmodule_exec() local