Home
last modified time | relevance | path

Searched refs:unsafeRemoveLockFile (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567/include/llvm/Support/
DLockFileManager.h86 std::error_code unsafeRemoveLockFile();
/aosp_15_r20/external/llvm/include/llvm/Support/
H A DLockFileManager.h85 std::error_code unsafeRemoveLockFile();
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/Support/
H A DLockFileManager.h86 std::error_code unsafeRemoveLockFile();
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
H A DLockFileManager.h86 std::error_code unsafeRemoveLockFile();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r530567b/include/llvm/Support/
DLockFileManager.h86 std::error_code unsafeRemoveLockFile();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r536225/include/llvm/Support/
DLockFileManager.h86 std::error_code unsafeRemoveLockFile();
/aosp_15_r20/prebuilts/clang/host/linux-x86/clang-r522817/include/llvm/Support/
DLockFileManager.h86 std::error_code unsafeRemoveLockFile();
/aosp_15_r20/external/llvm/lib/Support/
H A DLockFileManager.cpp342 std::error_code LockFileManager::unsafeRemoveLockFile() { in unsafeRemoveLockFile() function in LockFileManager
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Support/
H A DLockFileManager.cpp348 std::error_code LockFileManager::unsafeRemoveLockFile() { in unsafeRemoveLockFile() function in LockFileManager
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
H A DLockFileManager.cpp351 std::error_code LockFileManager::unsafeRemoveLockFile() { in unsafeRemoveLockFile() function in LockFileManager
/aosp_15_r20/external/clang/lib/Frontend/
H A DCompilerInstance.cpp1114 Locked.unsafeRemoveLockFile(); in compileAndLoadModule()