Home
last modified time | relevance | path

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

/tools/acloud/create/
Dcreate_common_test.py175 create_common.FindBootImage(temp_dir)
180 create_common.FindBootImage(temp_dir)
186 create_common.FindBootImage(temp_dir))
192 create_common.FindBootImage(temp_dir))
Dcreate_common.py214 def FindBootImage(path, raise_error=True): function
Dgoldfish_local_image_local_instance.py439 boot_image_path = create_common.FindBootImage(kernel_search_path,
/tools/acloud/public/actions/
Dremote_host_gf_device_factory.py359 boot_image_path = create_common.FindBootImage(
/tools/acloud/internal/lib/
Dcvd_utils.py285 boot_image_path = create_common.FindBootImage(search_path,
Dcvd_utils_test.py153 mock_create_common.FindBootImage.return_value = "boot.img"