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")
21 from distutils.spawn import find_executable67 format_path = find_executable(opts.google_java_format)
1342 from distutils.spawn import find_executable1343 return find_executable(filename)