Home
last modified time | relevance | path

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

/external/libcxx/src/experimental/filesystem/
Doperations.cpp230 __copy_file(from, to / from.filename(), options, ec); in __copy()
232 __copy_file(from, to, options, ec); in __copy()
261 bool __copy_file(const path& from, const path& to, copy_options options, in __copy_file() function
/external/libcxx/include/experimental/
Dfilesystem1244 bool __copy_file(const path& __from, const path& __to, copy_options __opt,
1368 return __copy_file(__from, __to, copy_options::none);
1373 return __copy_file(__from, __to, copy_options::none, &__ec);
1378 return __copy_file(__from, __to, __opt);
1384 return __copy_file(__from, __to, __opt, &__ec);