Searched refs:FB_CMD_RESIZE_PARTITION (Results 1 – 4 of 4) sorted by relevance
33 #define FB_CMD_RESIZE_PARTITION "resize-logical-partition" macro
120 return RawCommand(FB_CMD_RESIZE_PARTITION ":" + partition + ":" + size, in ResizePartition()
2561 } else if (command == FB_CMD_RESIZE_PARTITION) { in Main()
106 {FB_CMD_RESIZE_PARTITION, ResizePartitionHandler}, in FastbootDevice()