Home
last modified time | relevance | path

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

/base/hiviewdfx/faultloggerd/test/utils/
Ddfx_test_util.cpp54 bool ExecuteCommands(const std::string& cmds, std::vector<std::string>& ress) in ExecuteCommands() argument
60 ress.clear(); in ExecuteCommands()
70 ress.push_back(std::string(res)); in ExecuteCommands()
Ddfx_test_util.h47 bool ExecuteCommands(const std::string& cmds, std::vector<std::string>& ress);
/base/hiviewdfx/faultloggerd/test/systemtest/
Ddumpcatcher_system_test.cpp157 std::vector<std::string> ress; in LaunchCrasher() local
158 ExecuteCommands(procCmd, ress); in LaunchCrasher()
159 if (ress.empty()) { in LaunchCrasher()
164 for (size_t i = 0; i < ress.size(); ++i) { in LaunchCrasher()
165 pid_t pid = atoi(ress[i].c_str()); in LaunchCrasher()