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

  /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 68 $(addon_dir_img):$(BUILT_RAMDISK_TARGET):images/$(TARGET_CPU_ABI)/ramdisk.img \
  /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...]
  /bionic/libc/kernel/uapi/asm-arm/asm/
setup.h 132 struct tag_ramdisk ramdisk; member in union:tag::__anon189
  /bootable/recovery/
Android.mk 82 # This binary is in the recovery ramdisk, which is otherwise a copy of root.
85 # TODO: Build the ramdisk image in a more principled way.
  /development/ndk/platforms/android-L/arch-arm/include/asm/
setup.h 132 struct tag_ramdisk ramdisk; member in union:tag::__anon1837
  /external/kernel-headers/original/uapi/asm-arm/asm/
setup.h 61 /* describes how the ramdisk will be used in kernel */
66 __u32 size; /* decompressed ramdisk size in _kilo_ bytes */
70 /* describes where the compressed ramdisk image lives (virtual address) */
77 /* describes where the compressed ramdisk image lives (physical address) */
82 __u32 size; /* size of compressed ramdisk image in bytes */
152 struct tag_ramdisk ramdisk; member in union:tag::__anon2314
  /build/core/
Makefile 443 # the ramdisk
450 BUILT_RAMDISK_TARGET := $(PRODUCT_OUT)/ramdisk.img
458 .PHONY: ramdisk-nodeps
459 ramdisk-nodeps: $(MKBOOTFS) | $(MINIGZIP)
470 --ramdisk $(INSTALLED_RAMDISK_TARGET)
541 # can produce a bootimage, though, and emulator targets need the ramdisk
542 # instead. Fake it out by calling the ramdisk the bootimage.
750 recovery_ramdisk := $(PRODUCT_OUT)/ramdisk-recovery.img
    [all...]
main.mk 81 ramdisk-nodeps \
848 .PHONY: ramdisk
849 ramdisk: $(INSTALLED_RAMDISK_TARGET)
    [all...]
  /development/build/
sdk.atree 202 ramdisk.img system-images/${PLATFORM_NAME}/${TARGET_CPU_ABI}/ramdisk.img
    [all...]

Completed in 1897 milliseconds