Home
last modified time | relevance | path

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

/tools/acloud/create/
Dlocal_image_local_instance_test.py302 mock_cvd_utils.FindBootImages.return_value = (boot_image_path,
335 mock_cvd_utils.FindBootImages.asssert_called_with(extra_image_dir)
348 mock_cvd_utils.FindBootImages.return_value = (boot_image_path, None)
377 mock_cvd_utils.FindBootImages.assert_called_with(boot_image_path)
Dlocal_image_local_instance.py430 boot_image_path, vendor_boot_image_path = cvd_utils.FindBootImages(
/tools/acloud/internal/lib/
Dcvd_utils.py150 def FindBootImages(search_path): function
216 boot_image_path, vendor_boot_image_path = FindBootImages(search_path)