Searched refs:FULL_ZIPFILE (Results 1 – 7 of 7) sorted by relevance
/test/framework/harnesses/host_controller/ |
D | common.py | 29 FULL_ZIPFILE = "full-zipfile" variable 40 FULL_ZIPFILE,
|
D | console.py | 728 if common.FULL_ZIPFILE not in self.device_image_info:
|
/test/framework/harnesses/host_controller/build/ |
D | build_flasher.py | 163 if common.FULL_ZIPFILE in device_images: 165 (device_images[common.FULL_ZIPFILE])) 167 self.device.fastboot.update(device_images[common.FULL_ZIPFILE], 172 if partition in (common.FULL_ZIPFILE, common.FULL_ZIPFILE_DIR,
|
D | build_provider_test.py | 124 self._build_provider.GetDeviceImage(common.FULL_ZIPFILE)) 144 {common.FULL_ZIPFILE: img_zip, "userdata.img": img_file},
|
D | build_provider.py | 120 self.SetDeviceImage(common.FULL_ZIPFILE, path)
|
/test/framework/harnesses/host_controller/command_processor/ |
D | command_repack.py | 58 common.FULL_ZIPFILE] 82 if img_path not in (common.FULL_ZIPFILE,
|
D | command_repack_test.py | 102 common.FULL_ZIPFILE: "/path/to/full-zipfile.zip", 138 common.FULL_ZIPFILE: "/path/to/full-zipfile.zip",
|