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

/macosx-10.9.5/kext_tools-326.95.1/
H A Dupdate_boot.c1510 char path[PATH_MAX], prevRPS[PATH_MAX], nextRPS[PATH_MAX]; local
1562 opres = FindRPSDir(&up, prevRPS, up.dstdir, nextRPS);
1568 opres = eraseRPS(&up, nextRPS);
2782 char prevRPS[PATH_MAX], curRPS[PATH_MAX], nextRPS[PATH_MAX]; local
2789 if (FindRPSDir(up, prevRPS, curRPS, nextRPS)) goto finish;
2794 if (srename(up->curbootfd, prevRPS, nextRPS)) goto finish;

Completed in 169 milliseconds