Home
last modified time | relevance | path

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

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