Searched refs:FindExecutable (Results 1 – 5 of 5) sorted by relevance
103 if utils.FindExecutable(GCLOUD_BIN):155 builtin_gcloud = utils.FindExecutable(GCLOUD_BIN)
819 bin_path = FindExecutable(cmd)931 "ssh_bin": FindExecutable(constants.SSH_BIN),1156 if IsSupportedPlatform() and not FindExecutable(_VNC_BIN):1177 ssvnc_args = _CMD_START_VNC % {"bin": FindExecutable(_VNC_BIN),1483 def FindExecutable(filename): function
104 cls._adb_command = utils.FindExecutable(constants.ADB_BIN)
311 base_cmd = [utils.FindExecutable(execute_bin)]
130 if not args.autoconnect or utils.FindExecutable(constants.ADB_BIN):