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