Searched refs:copy_file (Results 1 – 8 of 8) sorted by relevance
/busybox-1.35.0/coreutils/ |
D | mv.c | 172 if ((copy_file(*argv, dest, copy_flag) >= 0) in mv_main()
|
D | cp.c | 272 if (copy_file(*argv, dest, flags) < 0) { in cp_main()
|
D | install.c | 229 if (copy_file(arg, dest, copy_flags) != 0) { in install_main()
|
/busybox-1.35.0/libbb/ |
D | copy_file.c | 80 int FAST_FUNC copy_file(const char *source, const char *dest, int flags) in copy_file() function 204 if (copy_file(new_source, new_dest, flags & ~FILEUTILS_DEREFERENCE_L0) < 0) in copy_file()
|
D | Kbuild.src | 28 lib-y += copy_file.o
|
/busybox-1.35.0/loginutils/ |
D | adduser.c | 296 copy_file(skel, pw.pw_dir, FILEUTILS_RECUR); in adduser_main()
|
/busybox-1.35.0/archival/ |
D | rpm.c | 236 copy_file(filename, newname, FILEUTILS_RECUR | FILEUTILS_PRESERVE_STATUS); in fileaction_dobackup()
|
/busybox-1.35.0/include/ |
D | libbb.h | 508 extern int copy_file(const char *source, const char *dest, int flags) FAST_FUNC;
|