HomeSort by: relevance | last modified time | path
    Searched defs:create_symlinks (Results 1 - 9 of 9) sorted by relevancy

  /src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
fs_fwd.h 89 directories_only = 64, create_symlinks = 128, create_hard_links = 256 member in class:filesystem::file_type::copy_options
  /src/external/gpl3/gcc/dist/libstdc++-v3/include/experimental/bits/
fs_fwd.h 100 directories_only = 64, create_symlinks = 128, create_hard_links = 256 member in class:experimental::filesystem::v1::file_type::copy_options
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
fs_fwd.h 89 directories_only = 64, create_symlinks = 128, create_hard_links = 256 member in class:filesystem::file_type::copy_options
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
fs_fwd.h 100 directories_only = 64, create_symlinks = 128, create_hard_links = 256 member in class:experimental::filesystem::v1::file_type::copy_options
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
ops.cc 279 const bool create_symlinks = is_set(options, copy_options::create_symlinks); variable
281 const bool use_lstat = create_symlinks || skip_symlinks;
341 else if (create_symlinks)
357 else if (is_directory(f) && create_symlinks)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++17/
fs_ops.cc 322 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)
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
ops.cc 264 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)
std-ops.cc 473 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)
  /src/external/gpl3/gcc/dist/libstdc++-v3/src/c++17/
fs_ops.cc 322 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)

Completed in 62 milliseconds