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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dsafecalls.h61 int scopyitem(int srcvolfd, const char *src, int dstvolfd, const char *dst);
H A Dsafecalls.c552 // scopyitem() will also validate srcfdvol for each entry
576 // recurse back to scopyitem()
577 bsderr = scopyitem(srcfdvol, srcpath, dstfdvol, dstpath);
588 scopyitem(int srcfdvol, const char *srcpath, int dstfdvol, const char *dstpath) function
H A Dupdate_boot.c2322 // scopyitem creates any intermediate directories
2325 bsderr=scopyitem(up->caches->cachefd,srcpath,up->curbootfd,dstpath);
2370 bsderr=scopyitem(up->caches->cachefd,srcpath,up->curbootfd,dstpath);
2409 if ((bsderr = scopyitem(up->caches->cachefd, srcpath,
2599 if ((bsderr = scopyitem(up->caches->cachefd, srcpath,
2627 if ((bsderr = scopyitem(up->caches->cachefd, srcpath,

Completed in 135 milliseconds