Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dgetpath.c89 static char *module_search_path = NULL; variable
548 module_search_path = PYTHONPATH; in calculate_path()
593 module_search_path = buf; in calculate_path()
611 …PySys_WriteStderr("%s[%d]: module_search_path = \"%s\"\n", __func__, __LINE__, module_search_path); in calculate_path()
623 if (!module_search_path) in Py_GetPath()
625 return module_search_path; in Py_GetPath()
631 if (!module_search_path) in Py_GetPrefix()
639 if (!module_search_path) in Py_GetExecPrefix()
647 if (!module_search_path) in Py_GetProgramFullPath()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dgetpath.c83 static char *module_search_path = NULL; variable
617 module_search_path = PYTHONPATH; in calculate_path()
662 module_search_path = buf; in calculate_path()
680 …PySys_WriteStderr("%s[%d]: module_search_path = \"%s\"\n", __func__, __LINE__, module_search_path); in calculate_path()
692 if (!module_search_path) in Py_GetPath()
694 return module_search_path; in Py_GetPath()
700 if (!module_search_path) in Py_GetPrefix()
708 if (!module_search_path) in Py_GetExecPrefix()
716 if (!module_search_path) in Py_GetProgramFullPath()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgetpath.c131 static char *module_search_path = NULL; variable
584 module_search_path = PYTHONPATH; in calculate_path()
629 module_search_path = buf; in calculate_path()
665 if (!module_search_path) in Py_GetPath()
667 return module_search_path; in Py_GetPath()
673 if (!module_search_path) in Py_GetPrefix()
681 if (!module_search_path) in Py_GetExecPrefix()
689 if (!module_search_path) in Py_GetProgramFullPath()