Home
last modified time | relevance | path

Searched refs:FinalPath (Results 1 – 12 of 12) sorted by relevance

/external/llvm-project/llvm/include/llvm/Support/
DFileOutputBuffer.h61 StringRef getPath() const { return FinalPath; } in getPath()
80 FileOutputBuffer(StringRef Path) : FinalPath(Path) {} in FileOutputBuffer()
82 std::string FinalPath; variable
DFileUtilities.h107 llvm::Error writeFileAtomically(StringRef TempPathModel, StringRef FinalPath,
111 writeFileAtomically(StringRef TempPathModel, StringRef FinalPath,
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DFileOutputBuffer.h63 StringRef getPath() const { return FinalPath; } in getPath()
82 FileOutputBuffer(StringRef Path) : FinalPath(Path) {} in FileOutputBuffer()
84 std::string FinalPath; variable
DFileUtilities.h107 llvm::Error writeFileAtomically(StringRef TempPathModel, StringRef FinalPath,
111 writeFileAtomically(StringRef TempPathModel, StringRef FinalPath,
/external/llvm/include/llvm/Support/
DFileOutputBuffer.h61 return FinalPath; in getPath()
84 SmallString<128> FinalPath; variable
/external/llvm-project/llvm/lib/Support/
DFileUtilities.cpp290 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()
DFileOutputBuffer.cpp53 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/
DFileUtilities.cpp289 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()
DFileOutputBuffer.cpp53 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/
DFileOutputBuffer.cpp32 : 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/
DPath.inc395 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/
DPath.inc394 SmallVector<wchar_t, 128> FinalPath;
397 if (std::error_code EC = realPathFromHandle(Handle, FinalPath))
400 return is_local_internal(FinalPath, Result);