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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dsafecalls.c545 _copysubitems(int srcfdvol, const char *srcdir, int dstfdvol,const char *dstdir) argument
552 // scopyitem() will also validate srcfdvol for each entry
555 if (spolicy(srcfdvol, dirfd(dir)))
577 bsderr = scopyitem(srcfdvol, srcpath, dstfdvol, dstpath);
588 scopyitem(int srcfdvol, const char *srcpath, int dstfdvol, const char *dstpath) argument
597 if (-1 == (srcfd = sopen(srcfdvol, srcpath, O_RDONLY, 0))) goto finish;
616 bsderr = _copysubitems(srcfdvol, srcpath, dstfdvol, dstpath);

Completed in 116 milliseconds