Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
Dimport.c2317 static PyObject *pathstr = NULL; in get_parent() local
2330 if (pathstr == NULL) { in get_parent()
2331 pathstr = PyString_InternFromString("__path__"); in get_parent()
2332 if (pathstr == NULL) in get_parent()
2374 modpath = PyDict_GetItem(globals, pathstr); in get_parent()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
Dimport.c2216 static PyObject *pathstr = NULL; in find_module() local
2229 if (pathstr == NULL) { in find_module()
2230 pathstr = PyString_InternFromString("__path__"); in find_module()
2231 if (pathstr == NULL) in find_module()
2273 modpath = PyDict_GetItem(globals, pathstr); in find_module()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
Dimport.c2216 static PyObject *pathstr = NULL; in find_module() local
2229 if (pathstr == NULL) { in find_module()
2230 pathstr = PyString_InternFromString("__path__"); in find_module()
2231 if (pathstr == NULL) in find_module()
2273 modpath = PyDict_GetItem(globals, pathstr); in find_module()