Searched refs:EXEC_PREFIX (Results 1 - 7 of 7) sorted by relevance
| /third_party/python/Lib/test/ |
| H A D | test_getpath.py | 551 EXEC_PREFIX="/Library/Frameworks/Python.framework/Versions/9.8", 594 EXEC_PREFIX="/Library/Frameworks/DebugPython.framework/Versions/9.8", 637 EXEC_PREFIX="/Library/Frameworks/Python.framework/Versions/9.8", 682 EXEC_PREFIX="/Library/Frameworks/DebugPython.framework/Versions/9.8", 827 EXEC_PREFIX="", variable in MockGetPathTests
|
| /third_party/python/Modules/ |
| H A D | getpath.py | 34 # EXEC_PREFIX -- [in] sysconfig.get_config_var(...) 89 # EXEC_PREFIX are used (even though they will not work); python carries on 149 # PREFIX and EXEC_PREFIX. These are supplied by the Makefile but can be 607 if not exec_prefix and EXEC_PREFIX: 608 exec_prefix = EXEC_PREFIX 747 exec_prefix = config.get('exec_prefix') or EXEC_PREFIX or prefix
|
| H A D | getpath.c | 24 #if (!defined(PREFIX) || !defined(EXEC_PREFIX) \ 27 #error "PREFIX, EXEC_PREFIX, VERSION, VPATH and PLATLIBDIR macros must be defined" 893 !decode_to_dict(dict, "EXEC_PREFIX", EXEC_PREFIX) || in _PyConfig_InitPathConfig()
|
| /third_party/lz4/lib/ |
| H A D | Makefile | 156 EXEC_PREFIX ?= $(prefix) macro 157 exec_prefix ?= $(EXEC_PREFIX)
|
| /third_party/lz4/programs/ |
| H A D | Makefile | 162 EXEC_PREFIX ?= $(prefix) macro 163 exec_prefix ?= $(EXEC_PREFIX)
|
| /third_party/python/Lib/distutils/ |
| H A D | sysconfig.py | 25 _EXEC_PREFIX as EXEC_PREFIX, 322 prefix = plat_specific and EXEC_PREFIX or PREFIX
|
| /third_party/ltp/testcases/open_posix_testsuite/scripts/ |
| H A D | generate-makefiles.sh | 314 EXEC_PREFIX="${PREFIX}/bin"
|
Completed in 6 milliseconds