Searched refs:create_symlinks (Results 1 - 10 of 10) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dops.cc258 const bool create_symlinks = is_set(options, copy_options::create_symlinks); variable
260 const bool use_lstat = create_symlinks || skip_symlinks;
320 else if (create_symlinks)
336 else if (is_directory(f) && create_symlinks)
H A Dstd-ops.cc473 const bool create_symlinks = is_set(options, copy_options::create_symlinks); local
475 const bool use_lstat = create_symlinks || skip_symlinks;
535 else if (create_symlinks)
551 else if (is_directory(f) && create_symlinks)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops.cc264 const bool create_symlinks = is_set(options, copy_options::create_symlinks); variable
266 const bool use_lstat = create_symlinks || skip_symlinks;
326 else if (create_symlinks)
342 else if (is_directory(f) && create_symlinks)
/netbsd-current/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 member in class:experimental::filesystem::v1::file_type::copy_options
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_fwd.h100 directories_only = 64, create_symlinks = 128, create_hard_links = 256 member in class:experimental::filesystem::v1::file_type::copy_options
/netbsd-current/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); local
320 const bool use_lstat = create_symlinks || skip_symlinks;
380 else if (create_symlinks)
396 else if (is_directory(f) && create_symlinks)
/netbsd-current/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); local
324 const bool use_lstat = create_symlinks || skip_symlinks;
384 else if (create_symlinks)
400 else if (is_directory(f) && create_symlinks)
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_fwd.h86 directories_only = 64, create_symlinks = 128, create_hard_links = 256 member in class:filesystem::file_type::copy_options
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_fwd.h89 directories_only = 64, create_symlinks = 128, create_hard_links = 256 member in class:filesystem::file_type::copy_options
/netbsd-current/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Doperations.cpp732 options & (copy_options::create_symlinks | copy_options::skip_symlinks));
772 } else if (bool(copy_options::create_symlinks & options)) {
782 } else if (is_directory(f) && bool(copy_options::create_symlinks & options)) {

Completed in 114 milliseconds