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

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_fwd.h92 copy_symlinks = 16, skip_symlinks = 32, member in class:experimental::filesystem::v1::file_type::copy_options
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dops.cc257 const bool skip_symlinks = is_set(options, copy_options::skip_symlinks); variable
260 const bool use_lstat = create_symlinks || skip_symlinks;
307 if (skip_symlinks)
H A Dstd-ops.cc472 const bool skip_symlinks = is_set(options, copy_options::skip_symlinks); local
475 const bool use_lstat = create_symlinks || skip_symlinks;
522 if (skip_symlinks)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_fwd.h99 copy_symlinks = 16, skip_symlinks = 32, member in class:experimental::filesystem::v1::file_type::copy_options
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops.cc263 const bool skip_symlinks = is_set(options, copy_options::skip_symlinks); variable
266 const bool use_lstat = create_symlinks || skip_symlinks;
313 if (skip_symlinks)
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_fwd.h85 copy_symlinks = 16, skip_symlinks = 32, member in class:filesystem::file_type::copy_options
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc317 const bool skip_symlinks = is_set(options, copy_options::skip_symlinks); local
320 const bool use_lstat = create_symlinks || skip_symlinks;
367 if (skip_symlinks)
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_fwd.h88 copy_symlinks = 16, skip_symlinks = 32, member in class:filesystem::file_type::copy_options
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
H A Dfs_ops.cc321 const bool skip_symlinks = is_set(options, copy_options::skip_symlinks); local
324 const bool use_lstat = create_symlinks || skip_symlinks;
371 if (skip_symlinks)
/netbsd-current/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Doperations.cpp732 options & (copy_options::create_symlinks | copy_options::skip_symlinks));
761 if (bool(copy_options::skip_symlinks & options)) {

Completed in 308 milliseconds