Home
last modified time | relevance | path

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

/system/core/fastboot/
Dfastboot.h169 std::unique_ptr<RebootTask> ParseRebootCommand(const FlashingPlan* fp,
Dfastboot.cpp1625 std::unique_ptr<RebootTask> ParseRebootCommand(const FlashingPlan* fp, in ParseRebootCommand() function
1656 task = ParseRebootCommand(fp, std::vector<std::string>{command.begin() + 1, command.end()}); in ParseFastbootInfoLine()