Home
last modified time | relevance | path

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

/system/core/fastboot/
Dtask_test.cpp59 std::vector<std::string> vec_command = android::base::Split(command, " "); in ParseCommand() local
60 return ParseFastbootInfoLine(fp, vec_command); in ParseCommand()