Searched refs:system_image_path (Results 1 – 3 of 3) sorted by relevance
/tools/acloud/create/ |
D | local_image_local_instance_test.py | 278 system_image_path = os.path.join(extra_image_dir, "system.img") 283 self._CreateEmptyFile(system_image_path) 305 system_image_path, boot_image_path)) 316 system_image_path = os.path.join(temp_dir, "system", "test.img") 322 self._CreateEmptyFile(system_image_path) 329 local_system_image=system_image_path, 338 misc_info_path, ota_tools_dir, system_image_path,
|
D | goldfish_local_image_local_instance.py | 219 def _MixImages(output_dir, image_dir, system_image_path, ota): argument 238 partition, image_dir, system=system_image_path)) 457 system_image_path = create_common.FindLocalImage( 464 mixed_image_dir, image_dir, system_image_path,
|
D | local_image_local_instance.py | 385 system_image_path = create_common.FindLocalImage( 390 system_image_path = None 401 system_image=system_image_path,
|