Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/libcxx/include/__filesystem/
H A Dcopy_options.h29 overwrite_existing = 2, enumerator
/openbsd/gnu/llvm/libcxx/src/filesystem/
H A Doperations.cpp918 const bool overwrite_existing = in __copy_file() local
919 bool(copy_options::overwrite_existing & options); in __copy_file()
947 if (!to_exists || overwrite_existing) in __copy_file()