Searched refs:create_symlinks (Results 1 – 12 of 12) sorted by relevance
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/ |
H A D | ops.cc | 264 const bool create_symlinks = is_set(options, copy_options::create_symlinks); in copy() local 266 const bool use_lstat = create_symlinks || skip_symlinks; in copy() 326 else if (create_symlinks) in copy() 342 else if (is_directory(f) && create_symlinks) in copy()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/ |
H A D | ops.cc | 258 const bool create_symlinks = is_set(options, copy_options::create_symlinks); in copy() local 260 const bool use_lstat = create_symlinks || skip_symlinks; in copy() 320 else if (create_symlinks) in copy() 336 else if (is_directory(f) && create_symlinks) in copy()
|
H A D | std-ops.cc | 473 const bool create_symlinks = is_set(options, copy_options::create_symlinks); in copy() local 475 const bool use_lstat = create_symlinks || skip_symlinks; in copy() 535 else if (create_symlinks) in copy() 551 else if (is_directory(f) && create_symlinks) in copy()
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/ |
H A D | fs_ops.cc | 322 const bool create_symlinks = is_set(options, copy_options::create_symlinks); in copy() local 324 const bool use_lstat = create_symlinks || skip_symlinks; in copy() 384 else if (create_symlinks) in copy() 400 else if (is_directory(f) && create_symlinks) in copy()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/ |
H A D | fs_ops.cc | 318 const bool create_symlinks = is_set(options, copy_options::create_symlinks); in copy() local 320 const bool use_lstat = create_symlinks || skip_symlinks; in copy() 380 else if (create_symlinks) in copy() 396 else if (is_directory(f) && create_symlinks) in copy()
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/ |
H A D | fs_fwd.h | 93 directories_only = 64, create_symlinks = 128, create_hard_links = 256 in _GLIBCXX_VISIBILITY() enumerator
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/ |
H A D | fs_fwd.h | 100 directories_only = 64, create_symlinks = 128, create_hard_links = 256 in _GLIBCXX_VISIBILITY() enumerator
|
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/ |
H A D | fs_fwd.h | 86 directories_only = 64, create_symlinks = 128, create_hard_links = 256 in _GLIBCXX_VISIBILITY() enumerator
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
H A D | fs_fwd.h | 89 directories_only = 64, create_symlinks = 128, create_hard_links = 256 in _GLIBCXX_VISIBILITY() enumerator
|
/netbsd-src/external/apache2/llvm/dist/libcxx/src/filesystem/ |
H A D | operations.cpp | 732 options & (copy_options::create_symlinks | copy_options::skip_symlinks)); in __copy() 772 } else if (bool(copy_options::create_symlinks & options)) { in __copy() 782 } else if (is_directory(f) && bool(copy_options::create_symlinks & options)) { in __copy()
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | filesystem | 412 create_symlinks = 128,
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2016 | 1169 expected behaviour for copying directories with create_symlinks.
|