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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dupdate_boot.c189 static int eraseRPS(struct updatingVol *up, char *toErase);
1386 if ((rval = eraseRPS(up, nextp)))
1564 opres = eraseRPS(&up, prevRPS);
1566 opres = eraseRPS(&up, up.dstdir);
1568 opres = eraseRPS(&up, nextRPS);
2028 * several intervening helpers including eraseRPS()
2079 eraseRPS(struct updatingVol *up, char *toErase) function
2276 // we expect to have removed it and eraseRPS() doesn't mind it missing
2277 if ((bsderr = eraseRPS(up, up->dstdir))) {
2953 // eraseRPS ignore
[all...]

Completed in 174 milliseconds