Home
last modified time | relevance | path

Searched refs:LaunchCVDFail (Results 1 – 3 of 3) sorted by relevance

/tools/acloud/create/
Dlocal_image_local_instance.py121 except errors.LaunchCVDFail as launch_error:
307 raise errors.LaunchCVDFail(
Dlocal_image_local_instance_test.py110 mock_check_launch_cvd.side_effect = errors.LaunchCVDFail("timeout")
/tools/acloud/
Derrors.py210 class LaunchCVDFail(CreateError): class