Searched refs:PIDStr (Results 1 – 3 of 3) 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()
63 StringRef PIDStr; in readLockFile() local64 std::tie(Hostname, PIDStr) = getToken(MB.getBuffer(), " "); in readLockFile()65 PIDStr = PIDStr.substr(PIDStr.find_first_not_of(" ")); in readLockFile()67 if (!PIDStr.getAsInteger(10, PID)) { in readLockFile()
54 StringRef PIDStr; in readLockFile() local55 std::tie(Hostname, PIDStr) = getToken(MB.getBuffer(), " "); in readLockFile()56 PIDStr = PIDStr.substr(PIDStr.find_first_not_of(" ")); in readLockFile()58 if (!PIDStr.getAsInteger(10, PID)) { in readLockFile()