Home
last modified time | relevance | path

Searched refs:repack_ramdisk (Results 1 – 2 of 2) sorted by relevance

/system/tools/mkbootimg/
Drepack_bootimg.py136 def repack_ramdisk(self, out_ramdisk_file): member in RamdiskImage
225 self._ramdisk.repack_ramdisk(new_ramdisk)
/system/core/fastboot/
Dfastboot.cpp1325 static std::string repack_ramdisk(const char* pname, struct fastboot_buffer* buf) { in repack_ramdisk() function
1366 std::string flash_pname = repack_ramdisk(pname, &buf); in do_flash()