Searched refs:find_cipd_installed_exe_path (Results 1 – 3 of 3) sorted by relevance
25 from pw_ide.cpp import find_cipd_installed_exe_path103 find_cipd_installed_exe_path("exe_in_pigweed_install")111 str(find_cipd_installed_exe_path("exe_in_proj_install")).startswith(
40 find_cipd_installed_exe_path,440 find_cipd_installed_exe_path("clang++")
1145 def find_cipd_installed_exe_path(exe: str) -> Path: function1188 return find_cipd_installed_exe_path('clangd')1204 host_cc_path = find_cipd_installed_exe_path("clang++")