| /third_party/python/Modules/ |
| H A D | getpath.py | 63 # If None, 'prefix' and 'exec_prefix' may be updated in config 81 # dependent directory (exec_prefix), containing the shared library 82 # modules. Note that prefix and exec_prefix can be the same directory, 85 # This script carries out separate searches for prefix and exec_prefix. 87 # file or directory is found. If no prefix or exec_prefix is found, a 112 # performed for prefix and for exec_prefix, but with different landmarks. 138 # is assumed to point to prefix and exec_prefix. $PYTHONHOME can be a 139 # single directory, which is used for both, or the prefix and exec_prefix 142 # Step 5. Try to find prefix and exec_prefix relative to executable_dir, 144 # step to succeed. Note that if prefix and exec_prefix ar 224 exec_prefix = config.get('exec_prefix') global() variable 524 exec_prefix = build_prefix global() variable 547 exec_prefix = prefix global() variable 604 exec_prefix = prefix global() variable 606 exec_prefix = search_up(executable_dir, PLATSTDLIB_LANDMARK, test=isdir) global() variable 608 exec_prefix = EXEC_PREFIX global() variable 627 exec_prefix = prefix global() variable 747 exec_prefix = config.get('exec_prefix') or EXEC_PREFIX or prefix global() variable [all...] |
| /third_party/python/Lib/test/ |
| H A D | test_getpath.py | 37 exec_prefix=r"C:\Python", 62 exec_prefix=r"C:\CPython", 80 for updating prefix and exec_prefix. 97 exec_prefix=r"C:\Python", 176 exec_prefix=r"C:\Python", 203 exec_prefix=r"C:\CPython", 230 exec_prefix=r"C:\CPython", 233 # Specify PYTHONHOME to get the correct prefix/exec_prefix 258 exec_prefix=r"C:\Python", 283 exec_prefix 857 exec_prefix=None, global() variable [all...] |
| H A D | test_embed.py | 471 'exec_prefix': GET_DEFAULT_CONFIG, 1183 'exec_prefix': '', 1206 'exec_prefix': '', 1221 def module_search_paths(self, prefix=None, exec_prefix=None): 1225 if exec_prefix is None: 1226 exec_prefix = config['config']['prefix'] 1236 os.path.join(exec_prefix, sys.platlibdir, 1283 prefix = exec_prefix = home 1292 expected_paths = self.module_search_paths(prefix=home, exec_prefix=home) 1299 'exec_prefix' [all...] |
| H A D | _test_embed_set_config.py | 114 # 'exec_prefix' 215 exec_prefix="exec_prefix", 226 exec_prefix="exec_prefix", 232 self.assertEqual(sys.base_exec_prefix, "exec_prefix")
|
| H A D | test_sysconfig.py | 364 global_path = global_path.replace(sys.exec_prefix, sys.base_prefix) 365 base = base.replace(sys.exec_prefix, sys.base_prefix)
|
| /third_party/python/Lib/distutils/command/ |
| H A D | install.py | 168 self.exec_prefix = None 258 if ((self.prefix or self.exec_prefix or self.home) and 264 if self.home and (self.prefix or self.exec_prefix): 268 if self.user and (self.prefix or self.exec_prefix or self.home or 271 "exec_prefix/home, or install_(plat)base") 275 if self.exec_prefix: 277 self.exec_prefix = None 282 # input a heady brew of prefix, exec_prefix, home, install_base, 302 (prefix, exec_prefix) = get_config_vars('prefix', 'exec_prefix') [all...] |
| H A D | build_ext.py | 159 if sys.exec_prefix != sys.base_exec_prefix: 160 self.include_dirs.append(os.path.join(sys.exec_prefix, 'include')) 193 self.library_dirs.append(os.path.join(sys.exec_prefix, 'libs')) 214 new_lib = os.path.join(sys.exec_prefix, 'PCbuild') 222 if sys.executable.startswith(os.path.join(sys.exec_prefix, "bin")):
|
| /third_party/python/Tools/freeze/ |
| H A D | freeze.py | 15 -P exec_prefix: Like -p but this is the 'exec_prefix', used to 16 install objects etc. The default is whatever sys.exec_prefix 114 exec_prefix = None # settable with -P option 178 exec_prefix = a 208 # default prefix and exec_prefix 209 if not exec_prefix: 211 exec_prefix = prefix 213 exec_prefix = sys.exec_prefix [all...] |
| /third_party/python/Python/ |
| H A D | pathconfig.c | 29 wchar_t *exec_prefix; member 70 CLEAR(exec_prefix); in _PyPathConfig_ClearGlobal() 113 COPY(exec_prefix); in _PyPathConfig_ReadGlobal() 160 COPY(exec_prefix); in _PyPathConfig_UpdateGlobal() 226 PyMem_RawFree(_Py_path_config.exec_prefix); in Py_SetPath() 232 _Py_path_config.exec_prefix = _PyMem_RawWcsdup(L""); in Py_SetPath() 246 || _Py_path_config.exec_prefix == NULL in Py_SetPath() 356 return _Py_path_config.exec_prefix; in Py_GetExecPrefix()
|
| H A D | initconfig.c | 136 "PYTHONHOME : alternate <prefix> directory (or <prefix>%lc<exec_prefix>).\n" 719 CLEAR(config->exec_prefix); in PyConfig_Clear() 973 COPY_WSTR_ATTR(exec_prefix); in _PyConfig_Copy() 1081 SET_ITEM_WSTR(exec_prefix); in _PyConfig_AsDict() 1387 GET_WSTR_OPT(exec_prefix); in _PyConfig_FromDict() 3116 DUMP_SYS(exec_prefix); in _Py_DumpPathConfig()
|
| /third_party/zlib/ |
| H A D | configure | 77 exec_prefix=${exec_prefix-'${prefix}'} 78 libdir=${libdir-'${exec_prefix}/lib'} 123 -e*=* | --eprefix=*) exec_prefix=`echo $1 | sed 's/.*=//'`; shift ;; 129 -e* | --eprefix) exec_prefix="$2"; shift; shift ;; 862 echo exec_prefix = $exec_prefix >> configure.log 892 /^exec_prefix *=/s#=.*#=$exec_prefix# 918 /^exec_prefix * [all...] |
| /third_party/lz4/lib/ |
| H A D | Makefile | 157 exec_prefix ?= $(EXEC_PREFIX) macro 158 BINDIR ?= $(exec_prefix)/bin 160 LIBDIR ?= $(exec_prefix)/lib
|
| /third_party/ltp/testcases/open_posix_testsuite/scripts/ |
| H A D | generate-makefiles.sh | 116 exec_prefix?= \$(prefix) 117 INSTALL_DIR= \$(DESTDIR)/\$(exec_prefix)/\$(subdir)
|
| /third_party/musl/ |
| H A D | configure | 128 exec_prefix='$(prefix)' 129 bindir='$(exec_prefix)/bin' 152 --exec-prefix=*) exec_prefix=${arg#*=} ;; 193 for i in srcdir prefix exec_prefix bindir libdir includedir syslibdir ; do 812 exec_prefix = $exec_prefix
|
| H A D | Makefile | 12 exec_prefix = /usr/local macro 13 bindir = $(exec_prefix)/bin
|
| /third_party/python/Programs/ |
| H A D | _bootstrap_python.c | 101 CLEAR(config.exec_prefix); in wmain()
|
| /third_party/lz4/programs/ |
| H A D | Makefile | 163 exec_prefix ?= $(EXEC_PREFIX) macro 164 BINDIR ?= $(exec_prefix)/bin
|
| /third_party/musl/dist/ |
| H A D | config.mak | 12 exec_prefix = /usr/local macro
|
| /third_party/python/Include/cpython/ |
| H A D | initconfig.h | 196 wchar_t *exec_prefix; member
|
| /third_party/musl/porting/linux/user/ |
| H A D | Makefile | 12 exec_prefix = /usr/local macro 13 bindir = $(exec_prefix)/bin
|
| /third_party/musl/scripts/linux/ |
| H A D | Makefile | 12 exec_prefix = /usr/local macro 13 bindir = $(exec_prefix)/bin
|
| /third_party/musl/porting/liteos_a/user_debug/ |
| H A D | Makefile | 12 exec_prefix = /usr/local macro 13 bindir = $(exec_prefix)/bin
|
| /third_party/python/Lib/ |
| H A D | site.py | 9 sys.exec_prefix (if different) and appends 17 sys.prefix and sys.exec_prefix are set to that directory and 36 For example, suppose sys.prefix and sys.exec_prefix are set to 79 PREFIXES = [sys.prefix, sys.exec_prefix] 528 sys.prefix = sys.exec_prefix = site_prefix
|
| H A D | sysconfig.py | 173 _EXEC_PREFIX = os.path.normpath(sys.exec_prefix) 642 # Normalized versions of prefix and exec_prefix are handy to have; 646 _CONFIG_VARS['exec_prefix'] = _EXEC_PREFIX
|
| /third_party/python/Lib/multiprocessing/ |
| H A D | spawn.py | 47 set_executable(os.path.join(sys.exec_prefix, 'python.exe'))
|