Home
last modified time | relevance | path

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

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