Home
last modified time | relevance | path

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

12

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
Dgetpath.c129 static char exec_prefix[MAXPATHLEN+1]; variable
330 strncpy(exec_prefix, delim+1, MAXPATHLEN); in search_for_exec_prefix()
332 strncpy(exec_prefix, home, MAXPATHLEN); in search_for_exec_prefix()
333 joinpath(exec_prefix, lib_python); in search_for_exec_prefix()
334 joinpath(exec_prefix, "lib-dynload"); in search_for_exec_prefix()
339 strcpy(exec_prefix, argv0_path); in search_for_exec_prefix()
340 joinpath(exec_prefix, "Modules/Setup"); in search_for_exec_prefix()
341 if (isfile(exec_prefix)) { in search_for_exec_prefix()
342 reduce(exec_prefix); in search_for_exec_prefix()
347 copy_absolute(exec_prefix, argv0_path); in search_for_exec_prefix()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
Dgetpath.c87 static char exec_prefix[MAXPATHLEN+1]; variable
485 strncpy(exec_prefix, volume_name, MAXPATHLEN); // "fs0:" in calculate_path()
486 joinpath(exec_prefix, EXEC_PREFIX); // "fs0:/Efi/StdLib" in calculate_path()
487 joinpath(exec_prefix, lib_python); // "fs0:/Efi/StdLib/lib/python.27" in calculate_path()
488 joinpath(exec_prefix, "lib-dynload"); // "fs0:/Efi/StdLib/lib/python.27/lib-dynload" in calculate_path()
539 bufsz += strlen(exec_prefix) + 1; in calculate_path()
590 strcat(buf, exec_prefix); in calculate_path()
600 reduce(exec_prefix); in calculate_path()
601 reduce(exec_prefix); in calculate_path()
602 reduce(exec_prefix); in calculate_path()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Efi/
Dgetpath.c81 static char exec_prefix[MAXPATHLEN+1]; variable
554 strncpy(exec_prefix, volume_name, MAXPATHLEN); in calculate_path()
555 joinpath(exec_prefix, EXEC_PREFIX); in calculate_path()
556 joinpath(exec_prefix, lib_python); in calculate_path()
557 joinpath(exec_prefix, "lib-dynload"); in calculate_path()
608 bufsz += strlen(exec_prefix) + 1; in calculate_path()
659 strcat(buf, exec_prefix); in calculate_path()
669 reduce(exec_prefix); in calculate_path()
670 reduce(exec_prefix); in calculate_path()
671 reduce(exec_prefix); in calculate_path()
[all …]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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 …]
Dbuild_ext.py187 self.library_dirs.append(os.path.join(sys.exec_prefix, 'libs'))
195 self.include_dirs.append(os.path.join(sys.exec_prefix, 'PC'))
203 new_lib = os.path.join(sys.exec_prefix, 'PCbuild')
209 self.library_dirs.append(os.path.join(sys.exec_prefix,
212 self.library_dirs.append(os.path.join(sys.exec_prefix,
215 self.library_dirs.append(os.path.join(sys.exec_prefix,
221 self.library_dirs.append(os.path.join(sys.exec_prefix, 'Config'))
226 if sys.executable.startswith(os.path.join(sys.exec_prefix, "bin")):
241 if sys.executable.startswith(os.path.join(sys.exec_prefix, "bin")):
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/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 …]
DREADME240 -P exec_prefix: Like -p but this is the 'exec_prefix', used to
241 install objects etc. The default is whatever sys.exec_prefix
/device/google/marlin/dataservices/
Ddata-oss.pc.in2 exec_prefix=@exec_prefix@ var
/device/huawei/angler/dataservices/
Ddata-oss.pc.in2 exec_prefix=@exec_prefix@ var
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/zlib/
DMakefile43 exec_prefix = ${prefix} macro
44 libdir = ${exec_prefix}/lib
93 -@if [ ! -d $(exec_prefix) ]; then mkdir -p $(exec_prefix); fi
DMakefile.in43 exec_prefix = ${prefix}
44 libdir = ${exec_prefix}/lib
93 -@if [ ! -d $(exec_prefix) ]; then mkdir -p $(exec_prefix); fi
Dconfigure29 exec_prefix=${exec_prefix-'${prefix}'}
48 -e*=* | --e*=*) exec_prefix=`echo $1 | sed 's/[-a-z_]*=//'`; shift;;
52 -e* | --e*) exec_prefix="$2"; shift; shift;;
454 /^exec_prefix *=/s#=.*#=$exec_prefix#
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/zlib/
Dconfigure63 exec_prefix=${exec_prefix-'${prefix}'}
105 -e*=* | --eprefix=*) exec_prefix=`echo $1 | sed 's/.*=//'`; shift ;;
111 -e* | --eprefix) exec_prefix="$2"; shift; shift ;;
767 echo exec_prefix = $exec_prefix >> configure.log
794 /^exec_prefix *=/s#=.*#=$exec_prefix#
820 /^exec_prefix *=/s#=.*#=$exec_prefix#
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_cmd.py204 tracer=trace.Trace(ignoredirs=[sys.prefix, sys.exec_prefix,],
Dtest_doctest.py2603 tracer = trace.Trace(ignoredirs=[sys.prefix, sys.exec_prefix,],
Dtest_trace.py306 tracer = trace.Trace(ignoredirs=[sys.prefix, sys.exec_prefix, libpath],
Dregrtest.py446 tracer = trace.Trace(ignoredirs=[sys.prefix, sys.exec_prefix],
Dtest_sys.py381 self.assertIsInstance(sys.exec_prefix, basestring)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/PyMod-2.7.2/Lib/
Dsite.py74 PREFIXES = [sys.prefix, sys.exec_prefix]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Lib/
Dsite.py76 PREFIXES = [sys.prefix, sys.exec_prefix]
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/
Dsite.py67 PREFIXES = [sys.prefix, sys.exec_prefix]
Dsysconfig.py93 _EXEC_PREFIX = os.path.normpath(sys.exec_prefix)
Dtrace.py768 os.path.join(sys.exec_prefix, "lib",
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dsysconfig.py23 EXEC_PREFIX = os.path.normpath(sys.exec_prefix)
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Lib/
Dsysconfig.py93 _EXEC_PREFIX = os.path.normpath(sys.exec_prefix)

12