Home
last modified time | relevance | path

Searched refs:oldpath (Results 1 – 4 of 4) sorted by relevance

/busybox-1.35.0/libbb/
Dxfuncs_printf.c213 void FAST_FUNC xrename(const char *oldpath, const char *newpath) in xrename() argument
215 if (rename(oldpath, newpath)) in xrename()
216 bb_perror_msg_and_die("can't move '%s' to '%s'", oldpath, newpath); in xrename()
219 int FAST_FUNC rename_or_warn(const char *oldpath, const char *newpath) in rename_or_warn() argument
221 int n = rename(oldpath, newpath); in rename_or_warn()
223 bb_perror_msg("can't move '%s' to '%s'", oldpath, newpath); in rename_or_warn()
Dcopy_file.c237 int (*lf)(const char *oldpath, const char *newpath); in copy_file()
/busybox-1.35.0/miscutils/
Ddevfsd.c269 static int mksymlink(const char *oldpath, const char *newpath);
1296 static int mksymlink(const char *oldpath, const char *newpath) in mksymlink() argument
1306 if (symlink(oldpath, newpath) != 0) { in mksymlink()
/busybox-1.35.0/include/
Dlibbb.h665 void xrename(const char *oldpath, const char *newpath) FAST_FUNC;
666 int rename_or_warn(const char *oldpath, const char *newpath) FAST_FUNC;