Home
last modified time | relevance | path

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

/external/libcxx/src/filesystem/
Doperations.cpp602 __copy_file(from, to / from.filename(), options, ec); in __copy()
604 __copy_file(from, to, options, ec); in __copy()
732 bool __copy_file(const path& from, const path& to, copy_options options, in __copy_file() function
/external/libcxx/include/
Dfilesystem1390 bool __copy_file(const path& __from, const path& __to, copy_options __opt,
1511 return __copy_file(__from, __to, copy_options::none);
1516 return __copy_file(__from, __to, copy_options::none, &__ec);
1521 return __copy_file(__from, __to, __opt);
1528 return __copy_file(__from, __to, __opt, &__ec);