Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/device/
H A Dcommands.h48 bool DeletePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args);
H A Dfastboot_device.cpp105 {FB_CMD_DELETE_PARTITION, DeletePartitionHandler}, in FastbootDevice()
H A Dcommands.cpp524 bool DeletePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args) { in DeletePartitionHandler() function