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