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

/external/llvm/lib/Support/
H A DLockFileManager.cpp46 bool Existed;
47 sys::fs::remove(LockFileName, Existed);
109 bool Existed; local
110 sys::fs::remove(UniqueLockFileName.c_str(), Existed);
135 bool Existed;
136 sys::fs::remove(UniqueLockFileName.str(), Existed);
142 sys::fs::remove(LockFileName.str(), Existed);
161 bool Existed;
162 sys::fs::remove(LockFileName.str(), Existed);
163 sys::fs::remove(UniqueLockFileName.str(), Existed);
[all...]

Completed in 115 milliseconds