Lines Matching defs:token
106 std::string token;
109 token = resultPid.substr(0, pos);
110 vec.push_back(token);
128 std::string token;
132 while (ss >> token) {
133 if (token != curPid) {
134 SPUtils::LoadCmd("kill " + token, str);
162 std::string token;
165 while (lineStream >> token) {
172 if (token != curPid) {
173 SPUtils::LoadCmd(killCmd + token, killResult);
174 LOGI("Find old server: %s, killed.", token.c_str());