Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dimport.c871 PyObject *nameobj, *pathobj = NULL, *cpathobj = NULL, *external= NULL; in PyImport_ExecCodeModuleWithPathnames() local
878 cpathobj = PyUnicode_DecodeFSDefault(cpathname); in PyImport_ExecCodeModuleWithPathnames()
879 if (cpathobj == NULL) in PyImport_ExecCodeModuleWithPathnames()
883 cpathobj = NULL; in PyImport_ExecCodeModuleWithPathnames()
890 else if (cpathobj != NULL) { in PyImport_ExecCodeModuleWithPathnames()
903 &PyId__get_sourcefile, cpathobj, in PyImport_ExecCodeModuleWithPathnames()
913 m = PyImport_ExecCodeModuleObject(nameobj, co, pathobj, cpathobj); in PyImport_ExecCodeModuleWithPathnames()
917 Py_XDECREF(cpathobj); in PyImport_ExecCodeModuleWithPathnames()