Searched refs:create_hard_link (Results 1 – 9 of 9) sorted by relevance
/openbsd-src/gnu/llvm/libcxx/include/__filesystem/ |
H A D | operations.h | 87 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 D | LTO.cpp | 85 auto err = fs::create_hard_link(*originalPath, path); in saveOrHardlinkBuffer()
|
/openbsd-src/gnu/llvm/lldb/source/Target/ |
H A D | ModuleCache.cpp | 147 return llvm::sys::fs::create_hard_link(local_module_spec.GetPath(), in CreateHostSysRootModuleLink()
|
/openbsd-src/gnu/llvm/libcxx/include/ |
H A D | filesystem | 305 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 D | FileSystem.h | 337 std::error_code create_hard_link(const Twine &to, const Twine &from);
|
/openbsd-src/gnu/llvm/llvm/lib/LTO/ |
H A D | ThinLTOCodeGenerator.cpp | 943 auto Err = sys::fs::create_hard_link(CacheEntryPath, OutputPath); in writeGeneratedObject()
|
/openbsd-src/gnu/llvm/llvm/lib/Support/Unix/ |
H A D | Path.inc | 434 std::error_code create_hard_link(const Twine &to, const Twine &from) {
|
/openbsd-src/gnu/llvm/llvm/lib/Support/Windows/ |
H A D | Path.inc | 272 std::error_code create_hard_link(const Twine &to, const Twine &from) {
|
/openbsd-src/gnu/llvm/clang/include/clang/Tooling/Inclusions/ |
H A D | StdSymbolMap.inc | 1424 SYMBOL(create_hard_link, std::filesystem::, <filesystem>)
|