Home
last modified time | relevance | path

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

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