Home
last modified time | relevance | path

Searched refs:isSuccess (Results 1 – 1 of 1) sorted by relevance

/tools/tradefederation/core/common_util/com/android/tradefed/util/
DRunUtil.java282 if (stdoutForkedStream.isSuccess() in runTimedCmdWithOutputMonitor()
283 && (stderr == null || stderrForkedStream.isSuccess())) { in runTimedCmdWithOutputMonitor()
1303 public boolean isSuccess() { in isSuccess() method in RunUtil.ForkedOutputStream