Home
last modified time | relevance | path

Searched defs:ramdisk_name (Results 1 – 4 of 4) sorted by relevance

/system/core/fastboot/
Dvendor_boot_img_utils.cpp275 const std::string& ramdisk_name, const vendor_ramdisk_table_entry_v4* table, in find_unique_ramdisk()
300 [[nodiscard]] Result<std::string> replace_vendor_ramdisk_fragment(const std::string& ramdisk_name, in replace_vendor_ramdisk_fragment()
399 const std::string& ramdisk_name, in replace_vendor_ramdisk()
Dvendor_boot_img_utils_test.cpp332 auto ramdisk_name = reinterpret_cast<const char*>(entry->ramdisk_name); in GetRamdiskName() local
/system/tools/mkbootimg/
Dmkbootimg.py308 def add_entry(self, ramdisk_path, ramdisk_type, ramdisk_name, board_id): argument
/system/tools/mkbootimg/include/bootimg/
Dbootimg.h415 uint8_t ramdisk_name[VENDOR_RAMDISK_NAME_SIZE]; /* asciiz ramdisk name */ member