Searched refs:PIDStr (Results 1 – 1 of 1) sorted by relevance
67 StringRef PIDStr; in readLockFile() local68 std::tie(Hostname, PIDStr) = getToken(MB.getBuffer(), " "); in readLockFile()69 PIDStr = PIDStr.substr(PIDStr.find_first_not_of(" ")); in readLockFile()71 if (!PIDStr.getAsInteger(10, PID)) { in readLockFile()