Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/libcxx/include/__filesystem/
H A Dcopy_options.h30 update_existing = 4, enumerator
/openbsd-src/gnu/llvm/libcxx/src/filesystem/
H A Doperations.cpp917 const bool update_existing = bool(copy_options::update_existing & options); in __copy_file() local