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