Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/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
/aosp_15_r20/external/python/pyfakefs/pyfakefs/
Dfake_pathlib.py71 def _wrapped(pathobj, *args, **kwargs): argument
123 def lchmod(self, pathobj, *args, **kwargs): argument
127 def chmod(self, pathobj, *args, **kwargs): argument
/aosp_15_r20/external/python/parse_type/tasks/_vendor/
Dpathlib.py345 def wrapped(pathobj, *args): argument
368 def lchmod(self, pathobj, mode): argument
/aosp_15_r20/external/python/cpython3/Objects/
Dfileobject.c527 PyObject *pathobj = PyUnicode_FromString(utf8path); in PyFile_OpenCode() local
/aosp_15_r20/external/python/cpython3/Python/
Dimport.c685 PyObject *nameobj, *pathobj = NULL, *cpathobj = NULL, *external= NULL; in PyImport_ExecCodeModuleWithPathnames() local