Searched refs:ZygoteStartFailedEx (Results 1 – 4 of 4) sorted by relevance
44 /*package*/ class ZygoteStartFailedEx extends Exception { class46 ZygoteStartFailedEx(String s) { in ZygoteStartFailedEx() method in ZygoteStartFailedEx51 ZygoteStartFailedEx(Throwable cause) { in ZygoteStartFailedEx() method in ZygoteStartFailedEx55 ZygoteStartFailedEx(String s, Throwable cause) { in ZygoteStartFailedEx() method in ZygoteStartFailedEx337 } catch (ZygoteStartFailedEx ex) { in start()383 throws ZygoteStartFailedEx { in zygoteSendArgsAndGetResult()390 throw new ZygoteStartFailedEx("Embedded newlines not allowed"); in zygoteSendArgsAndGetResult()392 throw new ZygoteStartFailedEx("Embedded carriage returns not allowed"); in zygoteSendArgsAndGetResult()423 ZygoteState zygoteState, String msgStr) throws ZygoteStartFailedEx { in attemptZygoteSendArgsAndGetResult()439 throw new ZygoteStartFailedEx("fork() failed"); in attemptZygoteSendArgsAndGetResult()[all …]
2934 android.os.ZygoteStartFailedEx
35452 Landroid/os/ZygoteStartFailedEx;
58136 Landroid/os/ZygoteStartFailedEx;58137 Landroid/os/ZygoteStartFailedEx;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V