Home
last modified time | relevance | path

Searched refs:ParseWipeCommand (Results 1 – 2 of 2) sorted by relevance

/system/core/fastboot/
Dfastboot.h171 std::unique_ptr<WipeTask> ParseWipeCommand(const FlashingPlan* fp,
Dfastboot.cpp1636 std::unique_ptr<WipeTask> ParseWipeCommand(const FlashingPlan* fp, in ParseWipeCommand() function
1660 task = ParseWipeCommand(fp, std::vector<std::string>{command.begin() + 1, command.end()}); in ParseFastbootInfoLine()