Searched refs:g_supportedCmds (Results 1 – 1 of 1) sorted by relevance
36 std::vector<std::string> g_supportedCmds; variable78 g_supportedCmds.push_back(std::string("start ")); in SetUpTestCase()79 g_supportedCmds.push_back(std::string("mkdir ")); in SetUpTestCase()80 g_supportedCmds.push_back(std::string("chmod ")); in SetUpTestCase()81 g_supportedCmds.push_back(std::string("chown ")); in SetUpTestCase()82 g_supportedCmds.push_back(std::string("mount ")); in SetUpTestCase()83 g_supportedCmds.push_back(std::string("loadcfg ")); in SetUpTestCase()213 for (size_t i = 0; i < g_supportedCmds.size(); ++i) {235 for (size_t i = 0; i < g_supportedCmds.size(); ++i) {236 size_t curCmdLen = g_supportedCmds[i].length();[all …]