Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dimport.c896 PyObject *nameobj, *pathobj = NULL, *cpathobj = NULL, *external= NULL; in PyImport_ExecCodeModuleWithPathnames() local
903 cpathobj = PyUnicode_DecodeFSDefault(cpathname); in PyImport_ExecCodeModuleWithPathnames()
904 if (cpathobj == NULL) in PyImport_ExecCodeModuleWithPathnames()
908 cpathobj = NULL; in PyImport_ExecCodeModuleWithPathnames()
915 else if (cpathobj != NULL) { in PyImport_ExecCodeModuleWithPathnames()
928 &PyId__get_sourcefile, cpathobj, in PyImport_ExecCodeModuleWithPathnames()
938 m = PyImport_ExecCodeModuleObject(nameobj, co, pathobj, cpathobj); in PyImport_ExecCodeModuleWithPathnames()
942 Py_XDECREF(cpathobj); in PyImport_ExecCodeModuleWithPathnames()