Searched refs:super_image_path (Results 1 – 3 of 3) sorted by relevance
/tools/acloud/create/ |
D | local_image_local_instance.py | 266 super_image_path = None 269 super_image_path = os.path.join(cvd_home_dir, 273 super_image_path, artifact_paths.misc_info, 305 super_image_path, 583 super_image_path, launch_args, config, argument 636 if super_image_path: 639 super_image_path)
|
/tools/acloud/internal/lib/ |
D | goldfish_utils_test.py | 168 super_image_path = os.path.join(mix_dir, "mixed_super.img") 195 self._CreateEmptyFile(super_image_path) 197 self.assertEqual(super_image_path, get_image("super"))
|
D | cvd_utils.py | 420 def _MixSuperImage(super_image_path, avd_spec, target_files_dir, ota): argument 461 ota.MixSuperImage(super_image_path, misc_info_path, image_dir,
|