Home
last modified time | relevance | path

Searched defs:copy_file (Results 1 – 3 of 3) sorted by relevance

/llvm-project/libcxx/test/std/input.output/filesystems/fs.op.funcs/fs.op.copy_file/
H A Dcopy_file.pass.cpp135 static void copy_file() { in copy_file() function
/llvm-project/libcxx/include/__filesystem/
H A Doperations.h74 inline _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to) { in copy_file() function
77 inline _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to, error_code& __ec) { in copy_file() function
80 inline _LIBCPP_HIDE_FROM_ABI bool copy_file(const path& __from, const path& __to, copy_options __opt) { in copy_file() function
84 copy_file(const path& __from, const path& __to, copy_options __opt, error_code& __ec) { in copy_file() function
/llvm-project/llvm/lib/Support/
H A DPath.cpp1017 std::error_code copy_file(const Twine &From, const Twine &To) { copy_file() function
1036 std::error_code copy_file(const Twine &From, int ToFD) { copy_file() function