Home
last modified time | relevance | path

Searched refs:create_symlinks (Results 1 – 12 of 12) sorted by relevance

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops.cc264 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 Dops.cc258 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 Dstd-ops.cc473 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 Dfs_ops.cc322 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 Dfs_ops.cc318 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 Dfs_fwd.h93 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 Dfs_fwd.h100 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 Dfs_fwd.h86 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 Dfs_fwd.h89 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 Doperations.cpp732 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 Dfilesystem412 create_symlinks = 128,
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20161169 expected behaviour for copying directories with create_symlinks.