Home
last modified time | relevance | path

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

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