Home
last modified time | relevance | path

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

/frameworks/native/cmds/lshal/
DListCommand.cpp255 for (const std::string &pidStr : split(line.substr(pos + proc.size()), ' ')) { in getPidInfo() local
257 if (!::android::base::ParseInt(pidStr, &pid)) { in getPidInfo()
258 err() << "Could not parse number " << pidStr << std::endl; in getPidInfo()