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

1 2 3

  /device/samsung/tuna/reflash-bootloader/
build-image.sh 4 RAMDISK=/tmp/ramdisk.$$.img
9 mkbootfs ${DIR} | minigzip > ${RAMDISK}
10 mkbootimg --kernel ${OUT}/kernel --ramdisk ${RAMDISK} -o tuna-reflash-bootloader.img
14 rm ${RAMDISK}
  /external/yaffs2/yaffs2/direct/
yaffs_flashif.c 55 static yflash_Device ramdisk; variable
73 ramdisk.nBlocks = (SIZE_IN_MB * 1024 * 1024)/(16 * 1024);
75 ramdisk.block = YMALLOC(sizeof(yflash_Block *) * ramdisk.nBlocks);
77 if(!ramdisk.block) return 0;
79 for(i=0; i <ramdisk.nBlocks; i++)
81 ramdisk.block[i] = NULL;
84 for(i=0; i <ramdisk.nBlocks && !fail; i++)
86 if((ramdisk.block[i] = YMALLOC(sizeof(yflash_Block))) == 0)
101 YFREE(ramdisk.block[i])
    [all...]
yaffs_ramdisk.c 59 static yramdisk_Device ramdisk; variable
78 ramdisk.nBlocks = (SIZE_IN_MB * 1024 * 1024)/(16 * 1024);
80 ramdisk.block = YMALLOC(sizeof(yramdisk_Block *) * ramdisk.nBlocks);
82 if(!ramdisk.block) return 0;
84 for(i=0; i <ramdisk.nBlocks; i++)
86 ramdisk.block[i] = NULL;
89 for(i=0; i <ramdisk.nBlocks && !fail; i++)
91 if((ramdisk.block[i] = YMALLOC(sizeof(yramdisk_Block))) == 0)
106 YFREE(ramdisk.block[i])
    [all...]
yaffscfg.c 41 // /ram 2MB ramdisk
  /external/grub/stage2/
preset_menu.c 10 " initrd (hd1,0)/ramdisk\n"
15 " initrd (hd0,2)/ramdisk\n";
  /external/genext2fs/
mkbootimg_ext2.sh 4 RAMDISK=
18 --ramdisk)
19 RAMDISK=$2
53 echo " --ramdisk <ramdisk> The ramdisk to be used"
71 if [ -z "$KERNEL" -o -z "$RAMDISK" -o -z "$GENEXT2FS" -o -z "$TMPDIR" -o \
77 if ! [ -x "$GENEXT2FS" -a -f "$RAMDISK" -a -f "$KERNEL" ]; then
87 cp -f $RAMDISK $TMPDIR/ramdisk
    [all...]
  /tools/external/fat32lib/src/main/java/de/waldheinz/fs/util/
RamDisk.java 30 * a RAM disk. A {@code RamDisk} is always writable.
34 public final class RamDisk implements BlockDevice {
37 * The default sector size for {@code RamDisk}s.
48 * returns a {@code RamDisk} holding the decompressed image.
51 * @return the decompressed {@code RamDisk}
54 public static RamDisk readGzipped(InputStream in) throws IOException {
73 return new RamDisk(bb, DEFAULT_SECTOR_SIZE);
76 private RamDisk(ByteBuffer buffer, int sectorSize) {
84 * Creates a new instance of {@code RamDisk} of this specified
89 public RamDisk(int size)
    [all...]
  /bootable/recovery/
roots.cpp 47 ret = fs_mgr_add_entry(fstab, "/tmp", "ramdisk", "ramdisk", 0);
75 if (strcmp(v->fs_type, "ramdisk") == 0) {
76 // the ramdisk is always mounted.
127 if (strcmp(v->fs_type, "ramdisk") == 0) {
128 // the ramdisk is always mounted; you can't unmount it.
155 if (strcmp(v->fs_type, "ramdisk") == 0) {
156 // you can't format the ramdisk.
Android.mk 63 # This binary is in the recovery ramdisk, which is otherwise a copy of root.
66 # TODO: Build the ramdisk image in a more principled way.
  /build/core/tasks/
factory_ramdisk.mk 37 define install-one-factory-ramdisk-module
57 $(foreach d,$(_fr_dests),$(call install-one-factory-ramdisk-module,$(d),$(_fr_m_built))) \
89 $(MKBOOTIMG) --kernel $(TARGET_RAMDISK_KERNEL) --ramdisk $(INSTALLED_FACTORY_RAMDISK_FS) \
sdk-addon.mk 60 $(BUILT_RAMDISK_TARGET):images/$(TARGET_CPU_ABI)/ramdisk.img \
  /system/core/mkbootimg/
bootimg.h 58 ** | ramdisk | m pages
68 ** 1. kernel and ramdisk are required (size != 0)
70 ** 3. load each element (kernel, ramdisk, second) at
mkbootimg.c 62 " --ramdisk <filename>\n"
135 } else if(!strcmp(arg, "--ramdisk")) {
182 fprintf(stderr,"error: no ramdisk image specified\n");
213 fprintf(stderr,"error: could not load ramdisk '%s'\n", ramdisk_fn);
  /system/core/fastboot/
bootimg.c 41 void *ramdisk, unsigned ramdisk_size, unsigned ramdisk_offset,
83 ramdisk, ramdisk_size);
fastboot.c 62 void *ramdisk, unsigned ramdisk_size, unsigned ramdisk_offset,
287 " boot <kernel> [ <ramdisk> ] download and boot kernel\n"
288 " flash:raw boot <kernel> [ <ramdisk> ] create bootimage and flash it\n"
313 void *load_bootable_image(const char *kernel, const char *ramdisk,
336 if(ramdisk) {
337 fprintf(stderr, "cannot boot a boot.img *and* ramdisk\n");
345 if(ramdisk) {
346 rdata = load_file(ramdisk, &rsize);
348 fprintf(stderr,"cannot load '%s': %s\n", ramdisk, strerror(errno));
  /bootable/diskinstaller/
config.mk 64 # Build the installer ramdisk image
67 installer_ramdisk := $(TARGET_INSTALLER_OUT)/ramdisk-installer.img
94 @echo Copying baseline ramdisk...
101 @echo Modifying ramdisk contents...
111 @echo ----- Made installer ramdisk -[ $@ ]-
114 # Now the installer boot image which includes the kernel and the ramdisk
117 --ramdisk $(installer_ramdisk)
  /external/qemu/
uboot_image.h 91 * "RAMDisk Images" are more or less just data blocks, and their
99 * for instance an OS kernel and a RAMDisk image.
121 #define IH_TYPE_RAMDISK 3 /* RAMDisk Image */
  /external/qemu/android/
cmdline-options.h 69 CFG_PARAM( ramdisk, "<file>", "ramdisk image (default <system>/ramdisk.img" )
main-common.c 1079 if (!opts->ramdisk) {
1080 opts->ramdisk = _getSdkSystemImage(opts->sysdir, "-ramdisk", "ramdisk.img");
1081 D("autoconfig: -ramdisk %s", opts->ramdisk);
    [all...]
  /external/qemu/distrib/
README 9 like a specific kernel image, ramdisk, system and user disk images. Please go to the Android web
  /build/tools/releasetools/
common.py 179 data = zip.read("RECOVERY/RAMDISK/etc/recovery.fstab")
181 print "Warning: could not find RECOVERY/RAMDISK/etc/recovery.fstab in %s." % zip
262 """Take a kernel, cmdline, and ramdisk directory from the input (in
267 if (not os.access(os.path.join(sourcedir, "RAMDISK"), os.F_OK) or
278 cmd = ["mkbootfs", "-f", fs_config_file, os.path.join(sourcedir, "RAMDISK")]
280 cmd = ["mkbootfs", os.path.join(sourcedir, "RAMDISK")]
287 assert p1.returncode == 0, "mkbootfs of %s ramdisk failed" % (targetname,)
288 assert p2.returncode == 0, "minigzip of %s ramdisk failed" % (targetname,)
311 cmd.extend(["--ramdisk", ramdisk_img.name,
img_from_target_files 235 # in the root directory of the ramdisk.
237 OPTIONS.info_dict["selinux_fc"] = os.path.join(OPTIONS.input_tmp, "BOOT", "RAMDISK",
  /external/qemu/android/avd/
info.h 56 _AVD_IMG(RAMDISK,"ramdisk.img","ramdisk") \
hardware-properties.ini 297 # Path to the ramdisk image.
298 name = disk.ramdisk.path
301 abstract = Path to the ramdisk image
302 description = Path to the ramdisk image.
  /build/core/
Makefile 367 # the ramdisk
374 BUILT_RAMDISK_TARGET := $(PRODUCT_OUT)/ramdisk.img
390 --ramdisk $(INSTALLED_RAMDISK_TARGET)
429 # can produce a bootimage, though, and emulator targets need the ramdisk
430 # instead. Fake it out by calling the ramdisk the bootimage.
609 recovery_ramdisk := $(PRODUCT_OUT)/ramdisk-recovery.img
646 --ramdisk $(recovery_ramdisk)
691 @echo Copying baseline ramdisk...
693 @echo Modifying ramdisk contents...
    [all...]

Completed in 523 milliseconds

1 2 3