Home
last modified time | relevance | path

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

/external/libcxx/src/experimental/filesystem/
Doperations.cpp281 const bool to_exists = exists(to_st); in __copy_file() local
282 if (to_exists && !is_regular_file(to_st)) { in __copy_file()
286 if (to_exists && bool(copy_options::skip_existing & options)) { in __copy_file()
289 else if (to_exists && bool(copy_options::update_existing & options)) { in __copy_file()
299 else if (!to_exists || bool(copy_options::overwrite_existing & options)) { in __copy_file()