Home
last modified time | relevance | path

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

/aosp_15_r20/tools/acloud/setup/
H A Dgoogle_sdk.py103 if utils.FindExecutable(GCLOUD_BIN):
155 builtin_gcloud = utils.FindExecutable(GCLOUD_BIN)
/aosp_15_r20/tools/acloud/internal/lib/
H A Dutils.py820 bin_path = FindExecutable(cmd)
932 "ssh_bin": FindExecutable(constants.SSH_BIN),
1157 if IsSupportedPlatform() and not FindExecutable(_VNC_BIN):
1178 ssvnc_args = _CMD_START_VNC % {"bin": FindExecutable(_VNC_BIN),
1484 def FindExecutable(filename): function
H A Dadb_tools.py104 cls._adb_command = utils.FindExecutable(constants.ADB_BIN)
H A Dssh.py311 base_cmd = [utils.FindExecutable(execute_bin)]
/aosp_15_r20/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
Dshellapi.h64 #define FindExecutable __MINGW_NAME_AW(FindExecutable) macro
/aosp_15_r20/tools/acloud/create/
H A Dcreate.py135 if not args.autoconnect or utils.FindExecutable(constants.ADB_BIN):