Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A Dfastboot.h141 std::unique_ptr<WipeTask> ParseWipeCommand(const FlashingPlan* fp,
H A Dfastboot.cpp1607 std::unique_ptr<WipeTask> ParseWipeCommand(const FlashingPlan* fp, in ParseWipeCommand() function
1631 task = ParseWipeCommand(fp, std::vector<std::string>{command.begin() + 1, command.end()}); in ParseFastbootInfoLine()