Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__filesystem/
H A Doperations.h87 inline _LIBCPP_HIDE_FROM_ABI void create_hard_link(const path& __target, const path& __link) { __cr… in create_hard_link() function
88 inline _LIBCPP_HIDE_FROM_ABI void create_hard_link(const path& __target, const path& __link, error_… in create_hard_link() function
/openbsd-src/gnu/llvm/lld/MachO/
H A DLTO.cpp85 auto err = fs::create_hard_link(*originalPath, path); in saveOrHardlinkBuffer()
/openbsd-src/gnu/llvm/lldb/source/Target/
H A DModuleCache.cpp147 return llvm::sys::fs::create_hard_link(local_module_spec.GetPath(), in CreateHostSysRootModuleLink()
/openbsd-src/gnu/llvm/libcxx/include/
H A Dfilesystem305 void create_hard_link(const path& to, const path& new_hard_link);
306 void create_hard_link(const path& to, const path& new_hard_link,
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DFileSystem.h337 std::error_code create_hard_link(const Twine &to, const Twine &from);
/openbsd-src/gnu/llvm/llvm/lib/LTO/
H A DThinLTOCodeGenerator.cpp943 auto Err = sys::fs::create_hard_link(CacheEntryPath, OutputPath); in writeGeneratedObject()
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/
H A DPath.inc434 std::error_code create_hard_link(const Twine &to, const Twine &from) {
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/
H A DPath.inc272 std::error_code create_hard_link(const Twine &to, const Twine &from) {
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Inclusions/
H A DStdSymbolMap.inc1424 SYMBOL(create_hard_link, std::filesystem::, <filesystem>)