Searched refs:ZygoteStartFailedEx (Results 1 – 1 of 1) sorted by relevance
32 /*package*/ class ZygoteStartFailedEx extends Exception { class37 ZygoteStartFailedEx() {}; in ZygoteStartFailedEx() method in ZygoteStartFailedEx38 ZygoteStartFailedEx(String s) {super(s);} in ZygoteStartFailedEx() method in ZygoteStartFailedEx39 ZygoteStartFailedEx(Throwable cause) {super(cause);} in ZygoteStartFailedEx() method in ZygoteStartFailedEx398 } catch (ZygoteStartFailedEx ex) { in start()414 throws ZygoteStartFailedEx { in openZygoteSocketIfNeeded()481 throw new ZygoteStartFailedEx("connect failed"); in openZygoteSocketIfNeeded()494 throws ZygoteStartFailedEx { in zygoteSendArgsAndGetResult()516 throw new ZygoteStartFailedEx( in zygoteSendArgsAndGetResult()529 throw new ZygoteStartFailedEx("fork() failed"); in zygoteSendArgsAndGetResult()[all …]