Home
last modified time | relevance | path

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

/system/core/fastboot/device/
Dcommands.h46 bool CreatePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args);
Dfastboot_device.cpp57 {FB_CMD_CREATE_PARTITION, CreatePartitionHandler}, in FastbootDevice()
Dcommands.cpp458 bool CreatePartitionHandler(FastbootDevice* device, const std::vector<std::string>& args) { in CreatePartitionHandler() function