Home
last modified time | relevance | path

Searched refs:writeFileAtomically (Results 1 – 9 of 9) sorted by relevance

/llvm-project-15.0.7/llvm/include/llvm/Support/
H A DFileUtilities.h107 llvm::Error writeFileAtomically(StringRef TempPathModel, StringRef FinalPath,
111 writeFileAtomically(StringRef TempPathModel, StringRef FinalPath,
/llvm-project-15.0.7/llvm/lib/Support/
H A DFileUtilities.cpp286 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 DFileUtilitiesTest.cpp46 …llvm::Error Err = llvm::writeFileAtomically(TempUniqTestFileModel, FinalTestfilePath, TestfileCont… in TEST()
/llvm-project-15.0.7/clang-tools-extra/clangd/index/
H A DBackgroundIndexStorage.cpp70 return llvm::writeFileAtomically(ShardPath + ".tmp.%%%%%%%%", ShardPath, in storeShard()
/llvm-project-15.0.7/lldb/tools/lldb-server/
H A Dlldb-platform.cpp111 handleErrors(llvm::writeFileAtomically( in save_socket_id_to_file()
/llvm-project-15.0.7/libc/test/utils/tools/WrapperGen/
H A Dwrappergen_test.cpp176 auto MangledNameFileWriteError = llvm::writeFileAtomically( in TEST_F()
/llvm-project-15.0.7/clang/lib/Serialization/
H A DGlobalModuleIndex.cpp916 return llvm::writeFileAtomically((IndexPath + "-%%%%%%%%").str(), IndexPath, in writeIndex()
/llvm-project-15.0.7/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp425 llvm::writeFileAtomically(TempFilename, EntryPath, in write()
/llvm-project-15.0.7/clang/lib/Frontend/
H A DASTUnit.cpp2288 if (llvm::Error Err = llvm::writeFileAtomically( in Save()