Home
last modified time | relevance | path

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

/freebsd-14-stable/contrib/llvm-project/libcxx/include/__filesystem/
HDoperations.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 __op… in copy_file() function
84 copy_file(const path& __from, const path& __to, copy_options __opt, error_code& __ec) { in copy_file() function
/freebsd-14-stable/contrib/ncurses/misc/
HDncu2openbsd344 sub copy_file($$) { subroutine
/freebsd-14-stable/usr.bin/patch/
HDutil.c164 copy_file(const char *from, const char *to) in copy_file() function
/freebsd-14-stable/usr.sbin/cron/crontab/
HDcrontab.c219 copy_file(FILE *in, FILE *out) in copy_file() function
/freebsd-14-stable/contrib/llvm-project/llvm/lib/Support/
HDPath.cpp1017 std::error_code copy_file(const Twine &From, const Twine &To) { in copy_file() function
1036 std::error_code copy_file(const Twine &From, int ToFD) { in copy_file() function