Searched refs:writeFileAtomically (Results 1 – 6 of 6) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/include/llvm/Support/ |
| H A D | FileUtilities.h | 107 llvm::Error writeFileAtomically(StringRef TempPathModel, StringRef FinalPath, 111 writeFileAtomically(StringRef TempPathModel, StringRef FinalPath,
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Support/ |
| H A D | FileUtilities.cpp | 289 llvm::Error llvm::writeFileAtomically(StringRef TempPathModel, in writeFileAtomically() function in llvm 291 return writeFileAtomically(TempPathModel, FinalPath, in writeFileAtomically() 298 llvm::Error llvm::writeFileAtomically( in writeFileAtomically() function in llvm
|
| /freebsd-13.1/contrib/llvm-project/lldb/tools/lldb-server/ |
| H A D | lldb-platform.cpp | 112 handleErrors(llvm::writeFileAtomically( in save_socket_id_to_file()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Serialization/ |
| H A D | GlobalModuleIndex.cpp | 916 return llvm::writeFileAtomically((IndexPath + "-%%%%%%%%").str(), IndexPath, in writeIndex()
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/LTO/ |
| H A D | ThinLTOCodeGenerator.cpp | 461 llvm::writeFileAtomically(TempFilename, EntryPath, in write()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/Frontend/ |
| H A D | ASTUnit.cpp | 2286 if (llvm::Error Err = llvm::writeFileAtomically( in Save()
|