Home
last modified time | relevance | path

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

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