Home
last modified time | relevance | path

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

/freebsd-src/contrib/llvm-project/libcxx/include/__filesystem/
H A Dcopy_options.h27 overwrite_existing = 2, global() enumerator
/freebsd-src/contrib/llvm-project/libcxx/src/filesystem/
H A Doperations.cpp281 const bool overwrite_existing = bool(copy_options::overwrite_existing & options); __copy_file() local