Home
last modified time | relevance | path

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

/tools/acloud/
Dsetup.py21 from distutils.spawn import find_executable
23 from shutil import which as find_executable unknown
42 PROTOC = find_executable("protoc")
/tools/repohooks/tools/
Dgoogle-java-format.py24 from distutils.spawn import find_executable
70 format_path = find_executable(opts.google_java_format)
/tools/acloud/internal/lib/
Dutils.py1332 from distutils.spawn import find_executable
1333 return find_executable(filename)