Searched refs:system_dlkm_image_path (Results 1 – 5 of 5) sorted by relevance
/tools/acloud/internal/lib/ |
D | goldfish_utils_test.py | 108 system_dlkm_image_path = os.path.join(self._temp_dir, "test.img") 109 self._CreateEmptyFile(system_dlkm_image_path) 111 system_dlkm_image_path, 112 goldfish_utils.FindSystemDlkmImage(system_dlkm_image_path)) 117 system_dlkm_image_path = os.path.join(self._temp_dir, 119 self._CreateEmptyFile(system_dlkm_image_path) 120 self.assertEqual(system_dlkm_image_path, 123 system_dlkm_image_path = os.path.join(self._temp_dir, 125 self._CreateEmptyFile(system_dlkm_image_path) 126 self.assertEqual(system_dlkm_image_path, [all …]
|
D | goldfish_utils.py | 201 system_dlkm_image_path, ota): argument 228 system_dlkm=system_dlkm_image_path))
|
D | cvd_utils.py | 434 system_dlkm_image_path = None 448 system_dlkm_image_path = _FindSystemDlkmImage( 463 system_dlkm_image=system_dlkm_image_path,
|
/tools/acloud/public/actions/ |
D | remote_host_gf_device_factory.py | 351 system_dlkm_image_path = goldfish_utils.FindSystemDlkmImage( 355 system_dlkm_image_path = None 366 if system_image_path or system_dlkm_image_path or boot_image_path: 377 system_image_path, system_dlkm_image_path, 625 system_image_path, system_dlkm_image_path, ota): argument 641 temp_dir, image_dir, system_image_path, system_dlkm_image_path,
|
D | remote_host_gf_device_factory_test.py | 333 system_dlkm_image_path = os.path.join(temp_dir, "system_dlkm.img") 334 self.CreateFile(system_dlkm_image_path) 342 system_dlkm_image_path)
|