Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A Dfastboot.h139 std::unique_ptr<RebootTask> ParseRebootCommand(const FlashingPlan* fp,
H A Dfastboot.cpp1596 std::unique_ptr<RebootTask> ParseRebootCommand(const FlashingPlan* fp, in ParseRebootCommand() function
1627 task = ParseRebootCommand(fp, std::vector<std::string>{command.begin() + 1, command.end()}); in ParseFastbootInfoLine()