Home
last modified time | relevance | path

Searched refs:FindExecutable (Results 1 – 5 of 5) sorted by relevance

/tools/acloud/setup/
Dgoogle_sdk.py103 if utils.FindExecutable(GCLOUD_BIN):
155 builtin_gcloud = utils.FindExecutable(GCLOUD_BIN)
/tools/acloud/internal/lib/
Dutils.py814 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
Dadb_tools.py104 cls._adb_command = utils.FindExecutable(constants.ADB_BIN)
Dssh.py291 base_cmd = [utils.FindExecutable(execute_bin)]
/tools/acloud/create/
Dcreate.py128 if not args.autoconnect or utils.FindExecutable(constants.ADB_BIN):