Home
last modified time | relevance | path

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

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