Searched refs:PIDStr (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/contrib/llvm/lib/Support/
H A DLockFileManager.cpp45 StringRef PIDStr; local
46 tie(Hostname, PIDStr) = getToken(MB->getBuffer(), " ");
47 PIDStr = PIDStr.substr(PIDStr.find_first_not_of(" "));
49 if (!PIDStr.getAsInteger(10, PID))

Completed in 46 milliseconds