Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgetpath.c115 #ifndef EXEC_PREFIX
116 #define EXEC_PREFIX PREFIX macro
121 EXEC_PREFIX "/lib/python" VERSION "/lib-dynload"
359 strncpy(exec_prefix, EXEC_PREFIX, MAXPATHLEN); in search_for_exec_prefix()
540 strncpy(exec_prefix, EXEC_PREFIX, MAXPATHLEN); in calculate_path()
656 strncpy(exec_prefix, EXEC_PREFIX, MAXPATHLEN); in calculate_path()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dgetpath.c59 #ifndef EXEC_PREFIX
60 #define EXEC_PREFIX PREFIX macro
70 EXEC_PREFIX LIBPYTHON "/lib-dynload"
555 joinpath(exec_prefix, EXEC_PREFIX); in calculate_path()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dgetpath.c66 #ifndef EXEC_PREFIX
67 #define EXEC_PREFIX PREFIX macro
486 joinpath(exec_prefix, EXEC_PREFIX); // "fs0:/Efi/StdLib" in calculate_path()
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dsysconfig.py23 EXEC_PREFIX = os.path.normpath(sys.exec_prefix) variable
73 prefix = plat_specific and EXEC_PREFIX or PREFIX
114 prefix = plat_specific and EXEC_PREFIX or PREFIX
495 _config_vars['exec_prefix'] = EXEC_PREFIX