Searched refs:PIDStr (Results 1 – 1 of 1) sorted by relevance
45 StringRef PIDStr; in readLockFile() local46 std::tie(Hostname, PIDStr) = getToken(MB->getBuffer(), " "); in readLockFile()47 PIDStr = PIDStr.substr(PIDStr.find_first_not_of(" ")); in readLockFile()49 if (!PIDStr.getAsInteger(10, PID)) { in readLockFile()