HomeSort by relevance Sort by last modified time
    Searched refs:boot_image (Results 1 - 11 of 11) sorted by null

  /external/syslinux/libinstaller/
syslxmod.c 124 for (wp = (const uint32_t _slimg *)boot_image;
129 epa = slptr(boot_image, &patcharea->epaoffset);
155 ex = slptr(boot_image, &epa->secptroffset);
170 advptrs = slptr(boot_image, &epa->advptroffset);
181 memcpy_to_sl(slptr(boot_image, &epa->diroffset), subdir, sublen);
191 memcpy_to_sl(slptr(boot_image, &epa->subvoloffset), subvol, sublen);
198 for (i = 0, wp = (const uint32_t _slimg *)boot_image; i < dw; i++, wp++)
syslinux.h 42 #define boot_image syslinux_ldlinux macro
  /build/make/tools/releasetools/
img_from_target_files 104 boot_image = common.GetBootableImage(
106 if boot_image:
107 boot_image.AddToZip(output_zip)
img_from_target_files.py 104 boot_image = common.GetBootableImage(
106 if boot_image:
107 boot_image.AddToZip(output_zip)
add_img_to_target_files 416 boot_image = None
421 boot_image = common.GetBootableImage(
425 boot_image = common.GetBootableImage(
427 if boot_image:
429 boot_image.AddToZip(output_zip)
431 boot_image.WriteToDir(OPTIONS.input_tmp)
465 output_zip, recovery_img=recovery_image, boot_img=boot_image)
483 boot_contents = boot_image.WriteToTemp()
add_img_to_target_files.py 416 boot_image = None
421 boot_image = common.GetBootableImage(
425 boot_image = common.GetBootableImage(
427 if boot_image:
429 boot_image.AddToZip(output_zip)
431 boot_image.WriteToDir(OPTIONS.input_tmp)
465 output_zip, recovery_img=recovery_image, boot_img=boot_image)
483 boot_contents = boot_image.WriteToTemp()
  /external/syslinux/com32/modules/
linux.c 260 char *boot_image; local
290 boot_image = malloc(strlen(kernel_name) + 12);
291 if (!boot_image) {
292 fprintf(stderr, "Error allocating BOOT_IMAGE string: ");
295 strcpy(boot_image, "BOOT_IMAGE=");
296 strcpy(boot_image + 11, kernel_name);
298 Overwrite the kernel name with the BOOT_IMAGE= argument, and thus
300 *argp = boot_image;
  /art/imgdiag/
imgdiag_test.cc 88 bool Exec(pid_t image_diff_pid, const std::string& boot_image, std::string* error_msg) {
108 std::string boot_image_args = std::string(kImgDiagBootImage) + "=" + boot_image;
  /art/runtime/gc/space/
image_space.cc     [all...]
  /external/syslinux/linux/
syslinux.c 436 if (xpwrite(fd, (const char _force *)boot_image, boot_image_len, 0)
511 (const char _force *)boot_image + i * SECTOR_SIZE,
  /external/syslinux/extlinux/
main.c 479 ret = xpwrite(fd, (const char _force *)boot_image, boot_image_len, 0);
497 ret = xpwrite(fd, (const char _force *)boot_image, modbytes, 0);
609 if (xpwrite(devfd, (const char _force *)boot_image,
615 dprintf("write boot_image to 0x%x\n", BTRFS_EXTLINUX_OFFSET);
    [all...]

Completed in 1281 milliseconds