Searched refs:PIDStr (Results 1 – 2 of 2) sorted by relevance
68 StringRef PIDStr; in readLockFile() local69 std::tie(Hostname, PIDStr) = getToken(MB.getBuffer(), " "); in readLockFile()70 PIDStr = PIDStr.substr(PIDStr.find_first_not_of(" ")); in readLockFile()72 if (!PIDStr.getAsInteger(10, PID)) { in readLockFile()
1826 StringRef PIDStr = Line.rsplit(':').second.split('/').first; in parseCommExecEvent() local1828 if (PIDStr.getAsInteger(10, PID)) { in parseCommExecEvent()1830 Diag << "Found: " << PIDStr << "in '" << Line << "'\n"; in parseCommExecEvent()1940 const StringRef PIDStr = Line.split(FieldSeparator).second.split('/').first; in parseMMapEvent() local1941 if (PIDStr.getAsInteger(10, ParsedInfo.PID)) { in parseMMapEvent()1943 Diag << "Found: " << PIDStr << "in '" << Line << "'\n"; in parseMMapEvent()