Home
last modified time | relevance | path

Searched refs:ResizePartitionHandler (Results 1 – 3 of 3) sorted by relevance

/system/core/fastboot/device/
Dcommands.h49 bool ResizePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args);
Dfastboot_device.cpp59 {FB_CMD_RESIZE_PARTITION, ResizePartitionHandler}, in FastbootDevice()
Dcommands.cpp519 bool ResizePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args) { in ResizePartitionHandler() function