Home
last modified time | relevance | path

Searched refs:FB_CMD_RESIZE_PARTITION (Results 1 – 4 of 4) sorted by relevance

/system/core/fastboot/
Dconstants.h33 #define FB_CMD_RESIZE_PARTITION "resize-logical-partition" macro
Dfastboot_driver.cpp115 return RawCommand(FB_CMD_RESIZE_PARTITION ":" + partition + ":" + size, in ResizePartition()
Dfastboot.cpp1950 } else if (command == FB_CMD_RESIZE_PARTITION) { in Main()
/system/core/fastboot/device/
Dfastboot_device.cpp53 {FB_CMD_RESIZE_PARTITION, ResizePartitionHandler}, in FastbootDevice()