HomeSort by relevance Sort by last modified time
    Searched refs:find_executable (Results 1 - 25 of 112) sorted by null

1 2 3 4 5

  /external/valgrind/coregrind/m_initimg/
priv_initimg_pathscan.h 37 extern const HChar* ML_(find_executable) ( const HChar* exec );
initimg-pathscan.c 122 const HChar* ML_(find_executable) ( const HChar* exec ) function
  /tools/test/connectivity/acts/framework/acts/libs/proto/
proto_utils.py 18 from distutils.spawn import find_executable
30 protoc = find_executable('protoc')
  /external/libcxx/utils/
not.py 31 prog = distutils.spawn.find_executable(argv[0])
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/
not.py 31 prog = distutils.spawn.find_executable(argv[0])
  /external/vulkan-validation-layers/scripts/
determine_vs_version.py 28 def find_executable(program): function
71 foundExeName = find_executable(exeName)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/tests/
test_bdist_rpm.py 14 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):
test_bdist.py 13 from distutils.spawn import find_executable
test_spawn.py 8 from distutils.spawn import spawn, find_executable
test_archive_util.py 13 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'),
test_build_clib.py 11 from distutils.spawn import find_executable
132 if find_executable(ccmd[0]) is None:
  /external/python/cpython2/Lib/distutils/tests/
test_bdist_rpm.py 19 from distutils.spawn import find_executable
53 @unittest.skipIf(find_executable('rpm') is None,
55 @unittest.skipIf(find_executable('rpmbuild') is None,
97 @unittest.skipIf(find_executable('rpm') is None,
99 @unittest.skipIf(find_executable('rpmbuild') is None,
test_spawn.py 8 from distutils.spawn import spawn, find_executable
test_build_clib.py 11 from distutils.spawn import find_executable
130 if find_executable(ccmd[0]) is None:
  /external/python/cpython3/Lib/distutils/tests/
test_bdist_rpm.py 11 from distutils.spawn import find_executable
48 @unittest.skipIf(find_executable('rpm') is None,
50 @unittest.skipIf(find_executable('rpmbuild') is None,
92 @unittest.skipIf(find_executable('rpm') is None,
94 @unittest.skipIf(find_executable('rpmbuild') is None,
test_cygwinccompiler.py 38 self.old_find_executable = cygwinccompiler.find_executable
39 cygwinccompiler.find_executable = self._find_executable
49 cygwinccompiler.find_executable = self.old_find_executable
86 # get_versions calls distutils.spawn.find_executable on
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist_rpm.py 14 from distutils.spawn import find_executable
50 if (find_executable('rpm') is None or
51 find_executable('rpmbuild') is None):
95 if (find_executable('rpm') is None or
96 find_executable('rpmbuild') is None):
test_spawn.py 8 from distutils.spawn import spawn, find_executable
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/distutils/tests/
test_bdist_rpm.py 14 from distutils.spawn import find_executable
50 if (find_executable('rpm') is None or
51 find_executable('rpmbuild') is None):
95 if (find_executable('rpm') is None or
96 find_executable('rpmbuild') is None):
test_spawn.py 8 from distutils.spawn import spawn, find_executable
  /external/boringssl/src/util/bot/go/
env.py 48 exe = bootstrap.find_executable(exe, [bootstrap.WORKSPACE])
  /tools/repohooks/tools/
google-java-format.py 24 from distutils.spawn import find_executable
70 format_path = find_executable(opts.google_java_format)
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/distutils/
spawn.py 5 Also provides the 'find_executable()' to search the path for a given
64 executable = find_executable(executable) or executable
83 executable = find_executable(executable) or executable
151 def find_executable(executable, path=None): function
  /prebuilts/tools/common/google-java-format/
google-java-format-diff.py 32 from distutils.spawn import find_executable
34 binary = find_executable('google-java-format') or '/usr/bin/google-java-format'
  /external/libcxx/utils/libcxx/sym_check/
extract.py 32 return distutils.spawn.find_executable('nm')
118 return distutils.spawn.find_executable('readelf')

Completed in 509 milliseconds

1 2 3 4 5