Home
last modified time | relevance | path

Searched refs:exec_prefix (Results 1 – 25 of 615) sorted by relevance

12345678910>>...25

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/
H A Dconfig.layout15 exec_prefix: ${prefix}
16 bindir: ${exec_prefix}/bin
17 sbindir: ${exec_prefix}/bin
18 libdir: ${exec_prefix}/lib
19 libexecdir: ${exec_prefix}/modules
32 exec_prefix: ${prefix}
33 bindir: ${exec_prefix}/bin
34 sbindir: ${exec_prefix}/bin
35 libdir: ${exec_prefix}/lib
36 libexecdir: ${exec_prefix}/modules
[all …]
/aosp_15_r20/external/python/cpython2/Modules/
Dgetpath.c109 static char exec_prefix[MAXPATHLEN+1]; variable
314 strncpy(exec_prefix, delim+1, MAXPATHLEN); in search_for_exec_prefix()
316 strncpy(exec_prefix, home, MAXPATHLEN); in search_for_exec_prefix()
317 joinpath(exec_prefix, lib_python); in search_for_exec_prefix()
318 joinpath(exec_prefix, "lib-dynload"); in search_for_exec_prefix()
325 strcpy(exec_prefix, argv0_path); in search_for_exec_prefix()
326 joinpath(exec_prefix, "pybuilddir.txt"); in search_for_exec_prefix()
327 if (isfile(exec_prefix)) { in search_for_exec_prefix()
328 FILE *f = fopen(exec_prefix, "r"); in search_for_exec_prefix()
337 strcpy(exec_prefix, argv0_path); in search_for_exec_prefix()
[all …]
/aosp_15_r20/external/python/cpython3/Modules/
Dgetpath.py224 exec_prefix = config.get('exec_prefix') variable
523 if not exec_prefix:
524 exec_prefix = build_prefix variable
538 prefix = exec_prefix = ''
545 prefix, had_delim, exec_prefix = home.partition(DELIM) variable
547 exec_prefix = prefix variable
599 if PLATSTDLIB_LANDMARK and not exec_prefix:
604 exec_prefix = prefix variable
605 if not exec_prefix and executable_dir:
606 exec_prefix = search_up(executable_dir, PLATSTDLIB_LANDMARK, test=isdir) variable
[all …]
/aosp_15_r20/external/python/cpython2/Lib/distutils/command/
Dinstall.py168 self.exec_prefix = None
256 if ((self.prefix or self.exec_prefix or self.home) and
262 if self.home and (self.prefix or self.exec_prefix):
266 if self.user and (self.prefix or self.exec_prefix or self.home or
273 if self.exec_prefix:
275 self.exec_prefix = None
300 (prefix, exec_prefix) = get_config_vars('prefix', 'exec_prefix')
309 'sys_exec_prefix': exec_prefix,
310 'exec_prefix': exec_prefix,
425 if self.exec_prefix is not None:
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/distutils/command/
Dinstall.py168 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
275 if self.exec_prefix:
277 self.exec_prefix = None
302 (prefix, exec_prefix) = get_config_vars('prefix', 'exec_prefix')
316 'sys_exec_prefix': exec_prefix,
317 'exec_prefix': exec_prefix,
440 if self.exec_prefix is not None:
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/distutils/command/
Dinstall.py168 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
275 if self.exec_prefix:
277 self.exec_prefix = None
302 (prefix, exec_prefix) = get_config_vars('prefix', 'exec_prefix')
316 'sys_exec_prefix': exec_prefix,
317 'exec_prefix': exec_prefix,
440 if self.exec_prefix is not None:
[all …]
/aosp_15_r20/external/python/cpython3/Lib/distutils/command/
Dinstall.py168 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
275 if self.exec_prefix:
277 self.exec_prefix = None
302 (prefix, exec_prefix) = get_config_vars('prefix', 'exec_prefix')
316 'sys_exec_prefix': exec_prefix,
317 'exec_prefix': exec_prefix,
440 if self.exec_prefix is not None:
[all …]
/aosp_15_r20/prebuilts/build-tools/common/py3-stdlib/distutils/command/
H A Dinstall.py168 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
275 if self.exec_prefix:
277 self.exec_prefix = None
302 (prefix, exec_prefix) = get_config_vars('prefix', 'exec_prefix')
316 'sys_exec_prefix': exec_prefix,
317 'exec_prefix': exec_prefix,
440 if self.exec_prefix is not None:
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/distutils/command/
Dinstall.py168 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
275 if self.exec_prefix:
277 self.exec_prefix = None
302 (prefix, exec_prefix) = get_config_vars('prefix', 'exec_prefix')
316 'sys_exec_prefix': exec_prefix,
317 'exec_prefix': exec_prefix,
440 if self.exec_prefix is not None:
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/distutils/command/
Dinstall.py168 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
275 if self.exec_prefix:
277 self.exec_prefix = None
302 (prefix, exec_prefix) = get_config_vars('prefix', 'exec_prefix')
316 'sys_exec_prefix': exec_prefix,
317 'exec_prefix': exec_prefix,
440 if self.exec_prefix is not None:
[all …]
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_getpath.py37 exec_prefix=r"C:\Python",
62 exec_prefix=r"C:\CPython",
97 exec_prefix=r"C:\Python",
176 exec_prefix=r"C:\Python",
203 exec_prefix=r"C:\CPython",
230 exec_prefix=r"C:\CPython",
258 exec_prefix=r"C:\Python",
283 exec_prefix="/usr",
313 exec_prefix="/usr/local",
344 exec_prefix="/usr",
[all …]
/aosp_15_r20/external/python/setuptools/setuptools/_distutils/command/
Dinstall.py259 self.exec_prefix = None
348 if ((self.prefix or self.exec_prefix or self.home) and
354 if self.home and (self.prefix or self.exec_prefix):
358 if self.user and (self.prefix or self.exec_prefix or self.home or
365 if self.exec_prefix:
367 self.exec_prefix = None
392 (prefix, exec_prefix) = get_config_vars('prefix', 'exec_prefix')
407 'sys_exec_prefix': exec_prefix,
408 'exec_prefix': exec_prefix,
543 if self.exec_prefix is not None:
[all …]
/aosp_15_r20/external/python/cpython2/Tools/freeze/
Dfreeze.py113 exec_prefix = None # settable with -P option
178 exec_prefix = a
209 if not exec_prefix:
211 exec_prefix = prefix
213 exec_prefix = sys.exec_prefix
226 binlib = exec_prefix
228 config_h_dir = exec_prefix
231 makefile_in = os.path.join(exec_prefix, 'Makefile')
233 frozendllmain_c = os.path.join(exec_prefix, 'Pc\\frozen_dllmain.c')
235 binlib = os.path.join(exec_prefix,
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dinstall.py261 self.exec_prefix = None
349 if (self.prefix or self.exec_prefix or self.home) and (
357 if self.home and (self.prefix or self.exec_prefix):
364 or self.exec_prefix
376 if self.exec_prefix:
378 self.exec_prefix = None
403 (prefix, exec_prefix) = get_config_vars('prefix', 'exec_prefix')
418 'sys_exec_prefix': exec_prefix,
419 'exec_prefix': exec_prefix,
564 if self.exec_prefix is not None:
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dinstall.py261 self.exec_prefix = None
349 if (self.prefix or self.exec_prefix or self.home) and (
357 if self.home and (self.prefix or self.exec_prefix):
364 or self.exec_prefix
376 if self.exec_prefix:
378 self.exec_prefix = None
403 (prefix, exec_prefix) = get_config_vars('prefix', 'exec_prefix')
418 'sys_exec_prefix': exec_prefix,
419 'exec_prefix': exec_prefix,
564 if self.exec_prefix is not None:
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dinstall.py261 self.exec_prefix = None
349 if (self.prefix or self.exec_prefix or self.home) and (
357 if self.home and (self.prefix or self.exec_prefix):
364 or self.exec_prefix
376 if self.exec_prefix:
378 self.exec_prefix = None
403 (prefix, exec_prefix) = get_config_vars('prefix', 'exec_prefix')
418 'sys_exec_prefix': exec_prefix,
419 'exec_prefix': exec_prefix,
564 if self.exec_prefix is not None:
[all …]
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/python3/lib/python3.11/site-packages/setuptools/_distutils/command/
Dinstall.py261 self.exec_prefix = None
349 if (self.prefix or self.exec_prefix or self.home) and (
357 if self.home and (self.prefix or self.exec_prefix):
364 or self.exec_prefix
376 if self.exec_prefix:
378 self.exec_prefix = None
403 (prefix, exec_prefix) = get_config_vars('prefix', 'exec_prefix')
418 'sys_exec_prefix': exec_prefix,
419 'exec_prefix': exec_prefix,
564 if self.exec_prefix is not None:
[all …]
/aosp_15_r20/external/freetype/builds/unix/
H A Dfreetype-config.in27 exec_prefix=`%PKG_CONFIG% --variable exec_prefix freetype2`
39 exec_prefix="%exec_prefix%"
56 orig_exec_prefix=$exec_prefix
62 lib_suffix=`echo $libdir | sed "s|$exec_prefix||"`
116 exec_prefix=$optarg
155 exec_prefix=$prefix
162 libdir=${exec_prefix}${lib_suffix}
178 echo ${SYSROOT}$exec_prefix
/aosp_15_r20/external/python/cpython3/Tools/freeze/
Dfreeze.py114 exec_prefix = None # settable with -P option
178 exec_prefix = a
209 if not exec_prefix:
211 exec_prefix = prefix
213 exec_prefix = sys.exec_prefix
230 configdir = exec_prefix
232 config_h_dir = exec_prefix
235 makefile_in = os.path.join(exec_prefix, 'Makefile')
237 frozendllmain_c = os.path.join(exec_prefix, 'Pc\\frozen_dllmain.c')
241 config_h_dir = os.path.join(exec_prefix, 'include',
[all …]
/aosp_15_r20/external/libcups/config-scripts/
H A Dcups-directories.m417 dnl Fix "exec_prefix" variable if it hasn't been specified...
18 if test "$exec_prefix" = "NONE"; then
20 exec_prefix="/usr"
22 exec_prefix="$prefix"
27 if test "$bindir" = "\${exec_prefix}/bin"; then
28 bindir="$exec_prefix/bin"
34 if test "$sbindir" = "\${exec_prefix}/sbin"; then
35 sbindir="$exec_prefix/sbin"
97 if test "$libdir" = "\${exec_prefix}/lib"; then
101 libdir="$exec_prefix/lib64"
[all …]
/aosp_15_r20/external/cronet/third_party/libxml/linux/
H A Dxml2-config4 exec_prefix=${prefix}
6 libdir=${exec_prefix}/lib
18 --exec-prefix=DIR change libxml exec prefix [default $exec_prefix]
52 exec_prefix=$optarg
53 libdir=$exec_prefix/lib
57 echo $exec_prefix
/aosp_15_r20/external/libxml2/
H A Dxml2-config.in4 exec_prefix=@exec_prefix@
18 --exec-prefix=DIR change libxml exec prefix [default $exec_prefix]
52 exec_prefix=$optarg
53 libdir=$exec_prefix/lib
57 echo $exec_prefix
/aosp_15_r20/external/pcre/
H A Dpcre2-config.in4 exec_prefix=@exec_prefix@
55 exec_prefix=$optarg
62 exec_prefix=$optarg
66 echo $exec_prefix
/aosp_15_r20/external/libexif/auto-m4/
H A Dlib-prefix.m4122 dnl $exec_prefix will expand at the end of the configure script.
125 dnl Unfortunately, prefix and exec_prefix get only finally determined
132 if test "X$exec_prefix" = "XNONE"; then
135 acl_final_exec_prefix="$exec_prefix"
144 dnl variables prefix and exec_prefix bound to the values they will have
150 acl_save_exec_prefix="$exec_prefix"
151 exec_prefix="$acl_final_exec_prefix"
153 exec_prefix="$acl_save_exec_prefix"
/aosp_15_r20/external/python/cpython3/Python/
Dpathconfig.c29 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()

12345678910>>...25