Searched refs:FindExecutable (Results 1 – 5 of 5) sorted by relevance
103 if utils.FindExecutable(GCLOUD_BIN):155 builtin_gcloud = utils.FindExecutable(GCLOUD_BIN)
814 bin_path = FindExecutable(cmd)926 "ssh_bin": FindExecutable(constants.SSH_BIN),1122 if IsSupportedPlatform() and not FindExecutable(_VNC_BIN):1143 ssvnc_args = _CMD_START_VNC % {"bin": FindExecutable(_VNC_BIN),1449 def FindExecutable(filename): function
104 cls._adb_command = utils.FindExecutable(constants.ADB_BIN)
291 base_cmd = [utils.FindExecutable(execute_bin)]
128 if not args.autoconnect or utils.FindExecutable(constants.ADB_BIN):