Home
last modified time | relevance | path

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

/system/core/cli-test/
Dcli-test.cpp179 static bool RunCommands(const char* what, const std::vector<std::string>& commands) { in RunCommands() function
228 if (!RunCommands("before", test.befores)) failed = true; in RunTests()
248 if (!RunCommands("after", test.afters)) failed = true; in RunTests()