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

/vbox/src/VBox/Devices/EFI/Firmware/AppPkg/Applications/Python/Efi/
H A Dgetpath.c6 Py_GetPath returns module_search_path.
80 static char *module_search_path = NULL; variable
670 module_search_path = PYTHONPATH;
719 module_search_path = buf;
720 //if (Py_VerboseFlag) PySys_WriteStderr("%s[%d]: module_search_path = \"%s\"\n", __func__, __LINE__, module_search_path);
743 if (Py_VerboseFlag) PySys_WriteStderr("%s[%d]: module_search_path = \"%s\"\n", __func__, __LINE__, module_search_path);
755 if (!module_search_path)
757 return module_search_path;
[all...]

Completed in 1261 milliseconds