Home
last modified time | relevance | path

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

/aosp14/system/core/fastboot/
H A Dtask_test.cpp45 std::vector<std::vector<std::string>> vec_commands; in collectTasks() local
47 vec_commands.emplace_back(android::base::Split(command, " ")); in collectTasks()
50 for (auto& command : vec_commands) { in collectTasks()