Searched defs:waitFor (Results 1 - 1 of 1) sorted by relevance

/opengrok-sun/src/org/opensolaris/opengrok/history/
H A DClearCaseRepository.java132 if(waitFor(process) != 0) {
253 private int waitFor(Process process) { method in class:ClearCaseRepository
257 return process.waitFor();
281 if (waitFor(process) != 0) {
297 if (waitFor(process) != 0) {

Completed in 8 milliseconds