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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dupdate_boot.c136 char efidst[PATH_MAX], ofdst[PATH_MAX]; member in struct:updatingVol
1625 pathcat(up->efidst, OLDEXT);
2615 makebootpath(up->efidst, up->caches->efibooter.rpath);
2616 pathcpy(oldpath, up->efidst);
2620 bsderr = srename(up->curbootfd, up->efidst, oldpath);
2624 __FUNCTION__, up->efidst, oldpath);
2628 up->curbootfd, up->efidst))) {
2632 rval, srcpath, up->efidst, strerror(rval));
2707 if (-1==(fd=sopen(up->curbootfd, up->efidst, O_RDONLY, 0))
2720 pathcpy(parent, dirname(up->efidst));
[all...]

Completed in 64 milliseconds