Searched defs:modpath (Results 1 - 5 of 5) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
H A Dzipimport.c313 char *fullname, *modpath; local
320 code = get_module_code(self, fullname, &ispackage, &modpath);
360 mod = PyImport_ExecCodeModuleEx(fullname, code, modpath);
364 fullname, modpath);
378 char *fullname, *modpath; local
387 code = get_module_code(self, fullname, &ispackage, &modpath);
392 return PyString_FromString(modpath);
1114 char *modpath; local
1124 modpath = PyString_AsString(PyTuple_GetItem(toc_entry, 0));
1127 code = unmarshal_code(modpath, dat
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
H A Dzipimport.c313 char *fullname, *modpath; local
320 code = get_module_code(self, fullname, &ispackage, &modpath);
360 mod = PyImport_ExecCodeModuleEx(fullname, code, modpath);
364 fullname, modpath);
378 char *fullname, *modpath; local
387 code = get_module_code(self, fullname, &ispackage, &modpath);
392 return PyString_FromString(modpath);
1086 char *modpath; local
1096 modpath = PyString_AsString(PyTuple_GetItem(toc_entry, 0));
1099 code = unmarshal_code(modpath, dat
[all...]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Python/
H A Dimport.c2218 PyObject *pkgname, *modname, *modpath, *modules, *parent; local
2273 modpath = PyDict_GetItem(globals, pathstr);
2274 if (modpath != NULL) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Python/
H A Dimport.c2319 PyObject *pkgname, *modname, *modpath, *modules, *parent; local
2374 modpath = PyDict_GetItem(globals, pathstr);
2375 if (modpath != NULL) {
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dimport.c2218 PyObject *pkgname, *modname, *modpath, *modules, *parent; local
2273 modpath = PyDict_GetItem(globals, pathstr);
2274 if (modpath != NULL) {

Completed in 112 milliseconds