Home
last modified time | relevance | path

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

/system/core/fastboot/
Dconstants.h31 #define FB_CMD_CREATE_PARTITION "create-logical-partition" macro
Dfastboot_driver.cpp77 return RawCommand(FB_CMD_CREATE_PARTITION ":" + partition + ":" + size, in CreatePartition()
Dfastboot.cpp1943 } else if (command == FB_CMD_CREATE_PARTITION) { in Main()
/system/core/fastboot/device/
Dfastboot_device.cpp51 {FB_CMD_CREATE_PARTITION, CreatePartitionHandler}, in FastbootDevice()