Searched refs:FindExecutable (Results 1 – 5 of 5) sorted by relevance
802 bin_path = FindExecutable(cmd)1029 if IsSupportedPlatform() and not FindExecutable(_VNC_BIN):1050 ssvnc_args = _CMD_START_VNC % {"bin": FindExecutable(_VNC_BIN),1322 def FindExecutable(filename): function
92 self._adb_command = utils.FindExecutable(constants.ADB_BIN)
234 base_cmd = [utils.FindExecutable(execute_bin)]
103 if utils.FindExecutable(GCLOUD_BIN):155 builtin_gcloud = utils.FindExecutable(GCLOUD_BIN)
122 if not args.autoconnect or utils.FindExecutable(constants.ADB_BIN):