Searched defs:__opt (Results 1 – 1 of 1) sorted by relevance
/llvm-project/libcxx/include/__filesystem/ |
H A D | operations.h | 80 inline _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to, copy_options __opt) { in copy_file() argument 84 copy_file(const path& __from, const path& __to, copy_options __opt, error_code& __ec) { in copy_file() argument 97 inline _LIBCPP_HIDE_FROM_ABI void copy(const path& __from, const path& __to, copy_options __opt) { in copy() argument 100 inline _LIBCPP_HIDE_FROM_ABI void copy(const path& __from, const path& __to, copy_options __opt, error_code& __ec) { in copy() argument [all...] |