Searched refs:srename (Results 1 - 3 of 3) sorted by relevance

/macosx-10.9.5/kext_tools-326.95.1/
H A Dsafecalls.h51 // srename only renames within a directory; uses basename(newname)
52 int srename(int fdvol, const char *oldpath, const char *newname);
74 #define rename() // #error srename
H A Dupdate_boot.c1639 rval |= srename(up->curbootfd, oldpath, path);
1651 rval |= srename(up->curbootfd, oldpath, path);
2463 rval = srename(up->curbootfd, path, newpath);
2592 bsderr = srename(up->curbootfd, up->ofdst, oldpath);
2620 bsderr = srename(up->curbootfd, up->efidst, oldpath);
2794 if (srename(up->curbootfd, prevRPS, nextRPS)) goto finish;
2870 if (srename(up->curbootfd, opath, path)) continue;
2884 (void)srename(up->curbootfd, newpath, path);
3059 if (-1 == srename(bootcachesPlistFd, oldname, newname)) {
H A Dsafecalls.c330 int srename(int fdvol, const char *oldpath, const char *newpath) function

Completed in 131 milliseconds