Home
last modified time | relevance | path

Searched refs:create_symlink (Results 1 – 22 of 22) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/cmake/modules/
H A DLLVMInstallSymlink.cmake12 COMMAND "${CMAKE_COMMAND}" -E create_symlink "${target}" "${name}"
H A DAddLLVM.cmake1957 set(LLVM_LINK_OR_COPY create_symlink)
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops.cc327 create_symlink(from, to, ec); in copy()
415 create_symlink(p, new_symlink, ec); in copy_symlink()
575 create_symlink(to, new_symlink, ec); in create_directory_symlink()
610 fs::create_symlink(const path& to, const path& new_symlink) in create_symlink() function in fs
613 create_symlink(to, new_symlink, ec); in create_symlink()
620 fs::create_symlink(const path& to, const path& new_symlink, in create_symlink() function in fs
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dops.cc321 create_symlink(from, to, ec); in copy()
409 create_symlink(p, new_symlink, ec); in copy_symlink()
569 create_symlink(to, new_symlink, ec); in create_directory_symlink()
604 fs::create_symlink(const path& to, const path& new_symlink) in create_symlink() function in fs
607 create_symlink(to, new_symlink, ec); in create_symlink()
614 fs::create_symlink(const path& to, const path& new_symlink, in create_symlink() function in fs
H A Dstd-ops.cc536 create_symlink(from, to, ec); in copy()
620 create_symlink(p, new_symlink, ec); in copy_symlink()
804 create_symlink(to, new_symlink, ec); in create_directory_symlink()
834 fs::create_symlink(const path& to, const path& new_symlink) in create_symlink() function in fs
837 create_symlink(to, new_symlink, ec); in create_symlink()
844 fs::create_symlink(const path& to, const path& new_symlink, in create_symlink() function in fs
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_ops.h106 void create_symlink(const path& __to, const path& __new_symlink); in _GLIBCXX_VISIBILITY()
107 void create_symlink(const path& __to, const path& __new_symlink, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_ops.h99 void create_symlink(const path& __to, const path& __new_symlink); in _GLIBCXX_VISIBILITY()
100 void create_symlink(const path& __to, const path& __new_symlink, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_ops.h113 void create_symlink(const path& __to, const path& __new_symlink); in _GLIBCXX_VISIBILITY()
114 void create_symlink(const path& __to, const path& __new_symlink, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_ops.h105 void create_symlink(const path& __to, const path& __new_symlink); in _GLIBCXX_VISIBILITY()
106 void create_symlink(const path& __to, const path& __new_symlink, in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc385 create_symlink(from, to, ec); in copy()
476 create_symlink(p, new_symlink, ec); in copy_symlink()
665 create_symlink(to, new_symlink, ec); in create_directory_symlink()
700 fs::create_symlink(const path& to, const path& new_symlink) in create_symlink() function in fs
703 create_symlink(to, new_symlink, ec); in create_symlink()
710 fs::create_symlink(const path& to, const path& new_symlink, in create_symlink() function in fs
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc381 create_symlink(from, to, ec); in copy()
472 create_symlink(p, new_symlink, ec); in copy_symlink()
661 create_symlink(to, new_symlink, ec); in create_directory_symlink()
696 fs::create_symlink(const path& to, const path& new_symlink) in create_symlink() function in fs
699 create_symlink(to, new_symlink, ec); in create_symlink()
706 fs::create_symlink(const path& to, const path& new_symlink, in create_symlink() function in fs
/netbsd-src/external/apache2/llvm/dist/libcxx/include/experimental/
H A Dfilesystem118 void create_symlink(const path& to, const path& new_symlink);
119 void create_symlink(const path& to, const path& new_symlink,
/netbsd-src/external/bsd/libevent/dist/cmake/
H A DAddEventLibrary.cmake171 COMMAND ${CMAKE_COMMAND} -E create_symlink
/netbsd-src/external/apache2/llvm/dist/llvm/cmake/platforms/
H A DWinMsvc.cmake144 -E create_symlink
156 -E create_symlink
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Dfilesystem118 void create_symlink(const path& to, const path& new_symlink);
119 void create_symlink(const path& to, const path& new_symlink,
1964 inline _LIBCPP_INLINE_VISIBILITY void create_symlink(const path& __to,
1970 create_symlink(const path& __to, const path& __new, error_code& __ec) noexcept {
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20184661 (filesystem::create_symlink): Check HAVE_SYMLINK autoconf macro.
4699 (filesystem::create_symlink): Check HAVE_SYMLINK autoconf macro.
5548 * testsuite/experimental/filesystem/operations/create_symlink.cc:
H A DChangeLog-20212451 (fs::create_hard_link, fs::create_symlink, fs::current_path)
2458 (fs::create_hard_link, fs::create_symlink, fs::current_path)
6303 * testsuite/27_io/filesystem/operations/create_symlink.cc:
H A DChangeLog-2017966 * testsuite/27_io/filesystem/operations/create_symlink.cc: New test.
H A DChangeLog-20196955 * testsuite/27_io/filesystem/operations/create_symlink.cc: Likewise.
H A DChangeLog-20161236 * testsuite/experimental/filesystem/operations/create_symlink.cc: New
/netbsd-src/external/gpl3/gcc.old/dist/
H A DMD5SUMS98996 47a77625d7c91519009042fe5f6d664f libstdc++-v3/testsuite/27_io/filesystem/operations/create_symlink
100066 …45e9ce79414dc8d0906a71 libstdc++-v3/testsuite/experimental/filesystem/operations/create_symlink.cc
/netbsd-src/external/gpl3/gcc/dist/
H A DMD5SUMS113397 6742f3d96acb605f9150065bc1b9ed9d libstdc++-v3/testsuite/27_io/filesystem/operations/create_symlink
114529 …c303e0d8b514da3f6e2403 libstdc++-v3/testsuite/experimental/filesystem/operations/create_symlink.cc