Searched refs:pidStr (Results 1 – 1 of 1) sorted by relevance
252 for (const std::string &pidStr : split(line.substr(pos + proc.size()), ' ')) { in getPidInfo() local254 if (!::android::base::ParseInt(pidStr, &pid)) { in getPidInfo()255 err() << "Could not parse number " << pidStr << std::endl; in getPidInfo()