Home
last modified time | relevance | path

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

/third_party/python/Modules/
Dgetpath.c61 PyObject *pathobj; in getpath_abspath() local
118 PyObject *pathobj; in getpath_isabs() local
137 PyObject *pathobj; in getpath_hassuffix() local
173 PyObject *pathobj; in getpath_isdir() local
199 PyObject *pathobj; in getpath_isfile() local
225 PyObject *pathobj; in getpath_isxfile() local
340 PyObject *pathobj; in getpath_readlines() local
422 PyObject *pathobj; in getpath_realpath() local
/third_party/python/Objects/
Dfileobject.c527 PyObject *pathobj = PyUnicode_FromString(utf8path); in PyFile_OpenCode() local
/third_party/python/Python/
Dimport.c685 PyObject *nameobj, *pathobj = NULL, *cpathobj = NULL, *external= NULL; in PyImport_ExecCodeModuleWithPathnames() local