Home
last modified time | relevance | path

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

/third_party/python/Python/
Dimport.c711 PyObject *nameobj, *pathobj = NULL, *cpathobj = NULL, *external= NULL; in PyImport_ExecCodeModuleWithPathnames() local
718 cpathobj = PyUnicode_DecodeFSDefault(cpathname); in PyImport_ExecCodeModuleWithPathnames()
719 if (cpathobj == NULL) in PyImport_ExecCodeModuleWithPathnames()
723 cpathobj = NULL; in PyImport_ExecCodeModuleWithPathnames()
730 else if (cpathobj != NULL) { in PyImport_ExecCodeModuleWithPathnames()
742 external, &PyId__get_sourcefile, cpathobj); in PyImport_ExecCodeModuleWithPathnames()
751 m = PyImport_ExecCodeModuleObject(nameobj, co, pathobj, cpathobj); in PyImport_ExecCodeModuleWithPathnames()
755 Py_XDECREF(cpathobj); in PyImport_ExecCodeModuleWithPathnames()