HomeSort by relevance Sort by last modified time
    Searched full:boot_image (Results 1 - 25 of 32) sorted by null

1 2

  /external/kmod/testsuite/rootfs-pristine/test-modprobe/module-param-kcmdline3/proc/
cmdline 0 BOOT_IMAGE=/boot/vmlinuz-3.12.12-57.g5f654cf-default initrd=\initramfs-linux.img psmouse.foo psmouse.bar=1 root=/dev/sda2 rootfstype=ext4 add_efi_memmap quiet rw
  /external/syslinux/bios/com32/modules/
linux.c32 
  /external/syslinux/efi32/com32/modules/
linux.c32 
  /external/syslinux/com32/elflink/ldlinux/
kernel.c 38 cmdline_len = strlen("BOOT_IMAGE=") + strlen(kernel_name);
39 cmdline_len += 1; /* space between BOOT_IMAGE and args */
49 sprintf(cmdline, "BOOT_IMAGE=%s %s", kernel_name, args);
  /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
  /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;
  /external/syslinux/bios/com32/lua/src/
syslinux.c32 
  /external/syslinux/efi32/com32/lua/src/
syslinux.c32 
  /external/linux-kselftest/tools/testing/selftests/rcutorture/bin/
kvm-test-1-run.sh 95 BOOT_IMAGE="`identify_boot_image $QEMU`"
96 KERNEL=$base_resdir/${BOOT_IMAGE##*/} # use the last component of ${BOOT_IMAGE}
105 BOOT_IMAGE="`identify_boot_image $QEMU`"
109 if test -n "$BOOT_IMAGE"
111 cp $builddir/$BOOT_IMAGE $resdir
112 KERNEL=$resdir/${BOOT_IMAGE##*/}
  /libcore/benchmarks/src/benchmarks/regression/
StringReplaceAllBenchmark.java 32 BOOT_IMAGE(java.util.jar.JarFile.MANIFEST_NAME);
  /test/vts/testcases/host/verify_boot_header/
VtsFirmwareBootHeaderVerification.py 60 def CheckImageHeader(self, boot_image, is_recovery=False):
64 boot_image: Path to the boot image.
68 with open(boot_image, "rb") as image_file:
  /external/lisa/libs/utils/android/
benchmark.py 189 if self.args.boot_image:
359 # Reboot the device, if a boot_image has been specified
360 if self.args.boot_image:
363 self._log.warning('Rebooting image to use: %s', self.args.boot_image)
368 # self._fastboot('boot {}'.format(self.args.boot_image))
369 cmd = 'boot {}'.format(self.args.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/
parsed_options_test.cc 60 options.push_back(std::make_pair("-Ximage:boot_image", nullptr));
85 EXPECT_PARSED_EQ(std::string("boot_image"), Opt::Image);
  /build/make/tools/releasetools/
test_common.py 684 boot_image = common.File("boot.img", self.boot_data)
688 recovery_image, boot_image, self._info)
695 boot_image = common.File("boot.img", self.boot_data)
696 self._out_tmp_sink("boot.img", boot_image.data, "IMAGES")
699 recovery_image, boot_image, self._info)
705 recovery_image, boot_image, self._info)
add_img_to_target_files 689 boot_image = common.GetBootableImage(
692 if boot_image:
695 boot_image.WriteToDir(OPTIONS.input_tmp)
697 boot_image.AddToZip(output_zip)
727 output_zip, recovery_img=recovery_image, boot_img=boot_image)
add_img_to_target_files.py 689 boot_image = common.GetBootableImage(
692 if boot_image:
695 boot_image.WriteToDir(OPTIONS.input_tmp)
697 boot_image.AddToZip(output_zip)
727 output_zip, recovery_img=recovery_image, boot_img=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,
  /art/test/etc/
run-test-jar 15 BOOT_IMAGE=""
171 BOOT_IMAGE="$1"
571 DALVIKVM_BOOT_OPT="-Ximage:${BOOT_IMAGE}"
576 DALVIKVM_BOOT_OPT="-Ximage:${BOOT_IMAGE}"
726 --boot-image=${BOOT_IMAGE} \
    [all...]
  /external/syslinux/com32/lua/src/
syslinux.c 203 strcpy(newcmdline, "BOOT_IMAGE=");
  /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...]
  /external/syslinux/bios/com32/elflink/ldlinux/
ldlinux.c32 
  /external/syslinux/efi32/com32/elflink/ldlinux/
ldlinux.e32 

Completed in 569 milliseconds

1 2