Home
last modified time | relevance | path

Searched refs:find_executable (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
Dtest_bdist_rpm.py14 from distutils.spawn import find_executable
50 if (find_executable('rpm') is None or
51 find_executable('rpmbuild') is None):
91 if (find_executable('rpm') is None or
92 find_executable('rpmbuild') is None):
Dtest_archive_util.py13 from distutils.spawn import find_executable, spawn
28 ZIP_SUPPORT = find_executable('zip')
103 @unittest.skipUnless(find_executable('tar') and find_executable('gzip'),
156 @unittest.skipUnless(find_executable('compress'),
Dtest_sdist.py33 from distutils.spawn import find_executable
143 if (find_executable('tar') is None or
144 find_executable('gzip') is None):
305 if (find_executable('tar') is None or
306 find_executable('gzip') is None):
Dtest_build_clib.py11 from distutils.spawn import find_executable
132 if find_executable(ccmd[0]) is None:
Dtest_bdist.py13 from distutils.spawn import find_executable
Dtest_spawn.py8 from distutils.spawn import spawn, find_executable
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
Dspawn.py64 executable = find_executable(executable) or executable
83 executable = find_executable(executable) or executable
151 def find_executable(executable, path=None): function
Dcygwinccompiler.py410 from distutils.spawn import find_executable
413 gcc_exe = find_executable('gcc')
425 ld_exe = find_executable('ld')
437 dllwrap_exe = find_executable('dllwrap')
Demxccompiler.py299 from distutils.spawn import find_executable
302 gcc_exe = find_executable('gcc')
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_shutil.py11 from distutils.spawn import find_executable, spawn
39 ZIP_SUPPORT = find_executable('zip')
404 @unittest.skipUnless(find_executable('tar') and find_executable('gzip'),
/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Tools/msi/
Dmsi.py8 from distutils.spawn import find_executable
137 nm = find_executable('nm')
138 dlltool = find_executable('dlltool')