Searched refs:ZygoteStartFailedEx (Results 1 – 4 of 4) sorted by relevance
34 /*package*/ class ZygoteStartFailedEx extends Exception { class35 ZygoteStartFailedEx(String s) { in ZygoteStartFailedEx() method in ZygoteStartFailedEx39 ZygoteStartFailedEx(Throwable cause) { in ZygoteStartFailedEx() method in ZygoteStartFailedEx43 ZygoteStartFailedEx(String s, Throwable cause) { in ZygoteStartFailedEx() method in ZygoteStartFailedEx210 } catch (ZygoteStartFailedEx ex) { in start()256 throws ZygoteStartFailedEx { in zygoteSendArgsAndGetResult()263 throw new ZygoteStartFailedEx("embedded newlines not allowed"); in zygoteSendArgsAndGetResult()301 throw new ZygoteStartFailedEx("fork() failed"); in zygoteSendArgsAndGetResult()306 throw new ZygoteStartFailedEx(ex); in zygoteSendArgsAndGetResult()341 throws ZygoteStartFailedEx { in startViaZygote()[all …]
2008 android.os.ZygoteStartFailedEx
3395 android.os.ZygoteStartFailedEx
2212 Landroid/os/ZygoteStartFailedEx;