Home
last modified time | relevance | path

Searched refs:raw_image (Results 1 – 2 of 2) sorted by relevance

/aosp12/build/make/tools/releasetools/
H A Dtest_verity_utils.py58 raw_image = common.MakeTempFile()
59 with open(raw_image, 'wb') as f:
62 cmd = ["img2simg", raw_image, output_file, '4096']
80 raw_image = bytearray(adjusted_size)
82 raw_image[i] = ord('0') + i % 10
84 output_file = self._CreateSimg(raw_image)
/aosp12/bootable/recovery/tests/unit/host/
H A Dupdate_simulator_test.cpp158 TemporaryFile raw_image; in TEST_F() local
160 "IMAGES/system.img", FstabInfo("/dev/system", "system", "ext4"), temp_dir.path, &raw_image)); in TEST_F()
164 ASSERT_TRUE(android::base::ReadFileToString(raw_image.path, &content)); in TEST_F()