Searched refs:pidStr (Results 1 – 2 of 2) sorted by relevance
83 std::string pidStr = ent->d_name; in profileProcess() local84 std::string::const_iterator it = pidStr.begin(); in profileProcess()85 while (it != pidStr.end() && isdigit(*it)) ++it; in profileProcess()86 if (!pidStr.empty() && it == pidStr.end()) { in profileProcess()88 if (android::base::ReadFileToString("/proc/" + pidStr + "/stat", &pidStat)) { in profileProcess()
134 std::string pidStr = std::to_string(pid); in ReadThreadADPFTag() local146 size_t pid_position = schedDump.rfind(pidStr); in ReadThreadADPFTag()