Searched refs:writeFileAtomically (Results 1 – 9 of 9) sorted by relevance
| /llvm-project-15.0.7/llvm/include/llvm/Support/ |
| H A D | FileUtilities.h | 107 llvm::Error writeFileAtomically(StringRef TempPathModel, StringRef FinalPath, 111 writeFileAtomically(StringRef TempPathModel, StringRef FinalPath,
|
| /llvm-project-15.0.7/llvm/lib/Support/ |
| H A D | FileUtilities.cpp | 286 llvm::Error llvm::writeFileAtomically(StringRef TempPathModel, in writeFileAtomically() function in llvm 288 return writeFileAtomically(TempPathModel, FinalPath, in writeFileAtomically() 295 llvm::Error llvm::writeFileAtomically( in writeFileAtomically() function in llvm
|
| /llvm-project-15.0.7/llvm/unittests/Support/ |
| H A D | FileUtilitiesTest.cpp | 46 …llvm::Error Err = llvm::writeFileAtomically(TempUniqTestFileModel, FinalTestfilePath, TestfileCont… in TEST()
|
| /llvm-project-15.0.7/clang-tools-extra/clangd/index/ |
| H A D | BackgroundIndexStorage.cpp | 70 return llvm::writeFileAtomically(ShardPath + ".tmp.%%%%%%%%", ShardPath, in storeShard()
|
| /llvm-project-15.0.7/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 111 handleErrors(llvm::writeFileAtomically( in save_socket_id_to_file()
|
| /llvm-project-15.0.7/libc/test/utils/tools/WrapperGen/ |
| H A D | wrappergen_test.cpp | 176 auto MangledNameFileWriteError = llvm::writeFileAtomically( in TEST_F()
|
| /llvm-project-15.0.7/clang/lib/Serialization/ |
| H A D | GlobalModuleIndex.cpp | 916 return llvm::writeFileAtomically((IndexPath + "-%%%%%%%%").str(), IndexPath, in writeIndex()
|
| /llvm-project-15.0.7/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 425 llvm::writeFileAtomically(TempFilename, EntryPath, in write()
|
| /llvm-project-15.0.7/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 2288 if (llvm::Error Err = llvm::writeFileAtomically( in Save()
|