Searched refs:find_executable (Results 1 – 3 of 3) sorted by relevance
21 from distutils.spawn import find_executable23 from shutil import which as find_executable unknown42 PROTOC = find_executable("protoc")
24 from distutils.spawn import find_executable70 format_path = find_executable(opts.google_java_format)
1332 from distutils.spawn import find_executable1333 return find_executable(filename)