Home
last modified time | relevance | path

Searched refs:launch_cvd_path (Results 1 – 2 of 2) sorted by relevance

/tools/acloud/create/
Dlocal_image_local_instance.py225 launch_cvd_path = os.path.join(artifact_paths.host_bins, "bin",
230 cmd = self.PrepareLaunchCVDCmd(launch_cvd_path,
425 def PrepareLaunchCVDCmd(launch_cvd_path, hw_property, connect_adb, argument
450 launch_cvd_w_args = launch_cvd_path + _CMD_LAUNCH_CVD_ARGS % (
Dremote_image_local_instance.py181 launch_cvd_path = os.path.join(image_dir, "bin",
183 if not os.path.exists(launch_cvd_path):