Searched refs:ress (Results 1 – 3 of 3) sorted by relevance
54 bool ExecuteCommands(const std::string& cmds, std::vector<std::string>& ress) in ExecuteCommands() argument60 ress.clear(); in ExecuteCommands()70 ress.push_back(std::string(res)); in ExecuteCommands()
47 bool ExecuteCommands(const std::string& cmds, std::vector<std::string>& ress);
157 std::vector<std::string> ress; in LaunchCrasher() local158 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()