Searched refs:PIDStr (Results 1 – 1 of 1) 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()