Searched refs:image_file (Results 1 – 15 of 15) sorted by relevance
/external/vboot_reference/scripts/image_signing/ |
D | set_gbb_flags.sh | 80 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"
|
D | sign_official_build.sh | 506 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/ |
D | load_kernel_test.c | 32 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/e2fsprogs/po/ |
D | id.po | 3814 msgid "Usage: %s [-rsIQ] device image_file\n" 3815 msgstr "Penggunaan: %s [-rsI] perangkat image_file\n"
|
D | zh_CN.po | 3607 msgid "Usage: %s [-rsIQ] device image_file\n"
|
D | it.po | 3895 msgid "Usage: %s [-rsIQ] device image_file\n"
|
D | de.po | 3761 msgid "Usage: %s [-rsIQ] device image_file\n"
|
D | ca.po | 3752 msgid "Usage: %s [-rsIQa] device image_file\n"
|
D | tr.po | 3909 msgid "Usage: %s [-rsIQa] device image_file\n"
|
D | sv.po | 3784 msgid "Usage: %s [-rsIQa] device image_file\n"
|
D | pl.po | 3786 msgid "Usage: %s [-rsIQa] device image_file\n"
|
D | es.po | 3953 msgid "Usage: %s [-rsIQ] device image_file\n"
|
D | nl.po | 3783 msgid "Usage: %s [-rsIQa] device image_file\n"
|
D | cs.po | 3800 msgid "Usage: %s [-rsIQa] device image_file\n"
|
D | vi.po | 3748 msgid "Usage: %s [-rsIQa] device image_file\n"
|