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

/external/llvm/lib/Support/
H A DFileOutputBuffer.cpp31 bool Existed; local
32 sys::fs::remove(Twine(TempPath), Existed); local
60 bool Existed; local
61 EC = sys::fs::remove(FilePath, Existed);
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...]
/external/clang/lib/Frontend/
H A DCompilerInstance.cpp1072 bool Existed; local
1073 llvm::sys::fs::remove(ModuleFileName, Existed);

Completed in 851 milliseconds