HomeSort by relevance Sort by last modified time
    Searched refs:Existed (Results 1 - 3 of 3) sorted by null

  /external/llvm/lib/Support/
LockFileManager.cpp 46 bool Existed;
47 sys::fs::remove(LockFileName, Existed);
109 bool Existed;
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...]
FileOutputBuffer.cpp 31 bool Existed;
32 sys::fs::remove(Twine(TempPath), Existed);
60 bool Existed;
61 EC = sys::fs::remove(FilePath, Existed);
  /external/clang/lib/Frontend/
CompilerInstance.cpp 432 bool existed; local
433 llvm::sys::fs::remove(it->TempFilename, existed);
445 bool existed; local
446 llvm::sys::fs::remove(it->TempFilename, existed);
    [all...]

Completed in 36 milliseconds