Searched refs:update_existing (Results 1 - 7 of 7) sorted by relevance

/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/experimental/bits/
H A Dfs_fwd.h90 skip_existing = 1, overwrite_existing = 2, update_existing = 4, 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.h97 skip_existing = 1, overwrite_existing = 2, update_existing = 4, member in class:experimental::filesystem::v1::file_type::copy_options
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Dfs_fwd.h83 skip_existing = 1, overwrite_existing = 2, update_existing = 4, member in class:filesystem::file_type::copy_options
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Dfs_fwd.h86 skip_existing = 1, overwrite_existing = 2, update_existing = 4, member in class:filesystem::file_type::copy_options
/netbsd-current/external/gpl3/gcc.old/dist/libstdc++-v3/src/filesystem/
H A Dops-common.h309 is_set(opt, copy_options::update_existing),
/netbsd-current/external/gpl3/gcc/dist/libstdc++-v3/src/filesystem/
H A Dops-common.h350 is_set(opt, copy_options::update_existing),
/netbsd-current/external/apache2/llvm/dist/libcxx/src/filesystem/
H A Doperations.cpp914 const bool update_existing = bool(copy_options::update_existing & options); local
934 if (to_exists && update_existing) {

Completed in 126 milliseconds