/external/llvm-project/llvm/include/llvm/Support/ |
D | FileOutputBuffer.h | 61 StringRef getPath() const { return FinalPath; } in getPath() 80 FileOutputBuffer(StringRef Path) : FinalPath(Path) {} in FileOutputBuffer() 82 std::string FinalPath; variable
|
D | FileUtilities.h | 107 llvm::Error writeFileAtomically(StringRef TempPathModel, StringRef FinalPath, 111 writeFileAtomically(StringRef TempPathModel, StringRef FinalPath,
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/ |
D | FileOutputBuffer.h | 63 StringRef getPath() const { return FinalPath; } in getPath() 82 FileOutputBuffer(StringRef Path) : FinalPath(Path) {} in FileOutputBuffer() 84 std::string FinalPath; variable
|
D | FileUtilities.h | 107 llvm::Error writeFileAtomically(StringRef TempPathModel, StringRef FinalPath, 111 writeFileAtomically(StringRef TempPathModel, StringRef FinalPath,
|
/external/llvm/include/llvm/Support/ |
D | FileOutputBuffer.h | 61 return FinalPath; in getPath() 84 SmallString<128> FinalPath; variable
|
/external/llvm-project/llvm/lib/Support/ |
D | FileUtilities.cpp | 290 StringRef FinalPath, StringRef Buffer) { in writeFileAtomically() argument 291 return writeFileAtomically(TempPathModel, FinalPath, in writeFileAtomically() 299 StringRef TempPathModel, StringRef FinalPath, in writeFileAtomically() argument 323 /*to=*/FinalPath.str().c_str())) { in writeFileAtomically()
|
D | FileOutputBuffer.cpp | 53 return Temp.keep(FinalPath); in commit() 92 if (FinalPath == "-") { in commit() 102 openFileForWrite(FinalPath, FD, CD_CreateAlways, OF_None, Mode)) in commit()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | FileUtilities.cpp | 289 StringRef FinalPath, StringRef Buffer) { in writeFileAtomically() argument 290 return writeFileAtomically(TempPathModel, FinalPath, in writeFileAtomically() 298 StringRef TempPathModel, StringRef FinalPath, in writeFileAtomically() argument 323 /*to=*/FinalPath.str().c_str())) { in writeFileAtomically()
|
D | FileOutputBuffer.cpp | 53 return Temp.keep(FinalPath); in commit() 92 if (FinalPath == "-") { in commit() 102 openFileForWrite(FinalPath, FD, CD_CreateAlways, OF_None, Mode)) in commit()
|
/external/llvm/lib/Support/ |
D | FileOutputBuffer.cpp | 32 : Region(std::move(R)), FinalPath(Path), TempPath(TmpPath) {} in FileOutputBuffer() 110 std::error_code EC = sys::fs::rename(Twine(TempPath), Twine(FinalPath)); in commit()
|
/external/llvm-project/llvm/lib/Support/Windows/ |
D | Path.inc | 395 SmallVector<wchar_t, 128> FinalPath; 398 if (std::error_code EC = realPathFromHandle(Handle, FinalPath)) 401 return is_local_internal(FinalPath, Result); 407 SmallVector<wchar_t, 128> FinalPath; 408 if (std::error_code EC = realPathFromHandle(Handle, FinalPath)) 412 if (std::error_code EC = is_local_internal(FinalPath, IsLocal))
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Windows/ |
D | Path.inc | 394 SmallVector<wchar_t, 128> FinalPath; 397 if (std::error_code EC = realPathFromHandle(Handle, FinalPath)) 400 return is_local_internal(FinalPath, Result);
|