Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DFileOutputBuffer.h61 StringRef getPath() const { return FinalPath; } in getPath()
80 FileOutputBuffer(StringRef Path) : FinalPath(Path) {} in FileOutputBuffer()
82 std::string FinalPath; variable
H A DFileUtilities.h107 llvm::Error writeFileAtomically(StringRef TempPathModel, StringRef FinalPath,
111 writeFileAtomically(StringRef TempPathModel, StringRef FinalPath,
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A 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()
H A DFileOutputBuffer.cpp52 return Temp.keep(FinalPath); in commit()
91 if (FinalPath == "-") { in commit()
101 openFileForWrite(FinalPath, FD, CD_CreateAlways, OF_None, Mode)) in commit()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/Windows/
H A DPath.inc395 SmallVector<wchar_t, 128> FinalPath;
398 if (std::error_code EC = realPathFromHandle(Handle, FinalPath))
401 return is_local_internal(FinalPath, Result);
421 SmallVector<wchar_t, 128> FinalPath;
422 if (std::error_code EC = realPathFromHandle(Handle, FinalPath))
426 if (std::error_code EC = is_local_internal(FinalPath, IsLocal))