Searched refs:asErrnoException (Results 1 – 1 of 1) sorted by relevance
1989 private static ErrnoException asErrnoException(Throwable e) { in asErrnoException() method in VirtualMachine.TeeWorker1994 return asErrnoException(e.getCause()); in asErrnoException()2000 ErrnoException errno = asErrnoException(e); in isErrnoError()