Searched refs:vec_command (Results 1 – 1 of 1) sorted by relevance
59 std::vector<std::string> vec_command = android::base::Split(command, " "); in ParseCommand() local60 return ParseFastbootInfoLine(fp, vec_command); in ParseCommand()