Home
last modified time | relevance | path

Searched refs:image_file (Results 1 – 16 of 16) sorted by relevance

/external/autotest/client/cros/image_comparison/
Dpublisher.py50 with open(golden_image_path, "rb") as image_file:
51 base64_images["golden"] = base64.b64encode(image_file.read())
52 with open(test_image_path, "rb") as image_file:
53 base64_images["test"] = base64.b64encode(image_file.read())
54 with open(diff_image_path, "rb") as image_file:
55 base64_images["diff"] = base64.b64encode(image_file.read())
77 with open(img, "rb") as image_file:
78 b64img = base64.b64encode(image_file.read())
/external/vboot_reference/scripts/image_signing/
Dset_gbb_flags.sh80 local image_file="$FLAGS_file"
83 image_file="$(make_temp_file)"
84 flashrom $FLASHROM_READ_OPT "$image_file"
88 local old_value="$(gbb_utility -g --flags "$image_file")"
90 gbb_utility -s --flags="$value" "$image_file"
101 flashrom $FLASHROM_WRITE_OPT "$image_file"
Dsign_official_build.sh506 local image_file sign_args=() loem_sfx loem_output_dir
507 for image_file in "${shellball_dir}"/bios*.bin; do
511 loem_sfx=$(sed -r 's:.*/bios([^/]*)[.]bin$:\1:' <<<"${image_file}")
516 sign_firmware "${image_file}" "${KEY_DIR}" "${FIRMWARE_VERSION}" \
/external/vboot_reference/utility/
Dload_kernel_test.c32 static FILE *image_file = NULL; variable
47 fseek(image_file, lba_start * lkp.bytes_per_lba, SEEK_SET); in VbExDiskRead()
48 if (1 != fread(buffer, lba_count * lkp.bytes_per_lba, 1, image_file)) { in VbExDiskRead()
70 fseek(image_file, lba_start * lkp.bytes_per_lba, SEEK_SET); in VbExDiskWrite()
71 if (1 != fwrite(buffer, lba_count * lkp.bytes_per_lba, 1, image_file)) { in VbExDiskWrite()
201 image_file = fopen(image_name, "rb"); in main()
202 if (!image_file) { in main()
206 fseek(image_file, 0, SEEK_END); in main()
207 lkp.streaming_lba_count = (ftell(image_file) / LBA_BYTES); in main()
209 rewind(image_file); in main()
[all …]
/external/autotest/server/site_tests/brillo_RecoverFromBadImage/
Dbrillo_RecoverFromBadImage.py118 def run_once(self, host=None, image_file=None, partition=_DEFAULT_PART_NAME, argument
131 if image_file is None:
133 if not os.path.isfile(image_file):
134 raise error.TestError('Image file %s not found' % image_file)
163 host.fastboot_run('flash', args=(partition, image_file))
Dcontrol17 TEST_ARG_NAMES = ('image_file', 'partition', 'device')
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/
Dmock_lorgnette.py96 def __init__(self, image_file): argument
99 self.image_file = image_file
117 with open(self.image_file) as f:
/external/autotest/client/site_tests/firmware_TouchMTB/tools/
Dmtplot_play.py58 image_file = evemu_file.rsplit('.', 2)[0]
63 ScreenShot(geometry_str).dump_root(image_file)
74 print 'The mtplot image file: %s\n' % image_file
/external/libmojo/base/android/
Dcontent_uri_utils_unittest.cc20 FilePath image_file = data_dir.Append(FILE_PATH_LITERAL("red.png")); in TEST() local
24 FilePath path = base::InsertImageIntoMediaStore(image_file); in TEST()
/external/libmojo/third_party/catapult/devil/devil/android/
Dfastboot_utils.py60 image_file = find_file(partition_info['image'])
61 if image_file:
62 return_dict[partition] = image_file
/external/chromium-trace/catapult/devil/devil/android/
Dfastboot_utils.py62 image_file = find_file(partition_info['image'])
63 if image_file:
64 return_dict[partition] = image_file
/external/autotest/client/cros/faft/utils/
Dflashrom_handler.py138 def new_image(self, image_file=None): argument
152 if image_file:
153 self.image = open(image_file, 'rb').read()
154 self.fum.set_firmware_layout(image_file)
/external/toolchain-utils/
Dimage_chromeos.py319 image_file = os.path.basename(image)
325 image_file, rootfs_mp,
/external/autotest/server/hosts/
Dadb_host.py1347 for image_file in images:
1348 self.download_file(build_url, image_file, image_dir)
1458 for image, image_file in sorted_images:
1461 logging.info('Flashing %s...', image_file)
1463 (image[:-4], image_file))
/external/autotest/client/cros/
Dcros_disks.py574 def image_file(self): member in VirtualFilesystemImage
/external/e2fsprogs/po/
Did.po4485 msgstr "Penggunaan: %s [-rsI] perangkat image_file\n"
4490 msgstr "Penggunaan: %s [-rsI] perangkat image_file\n"