Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DZygoteProcess.java34 /*package*/ class ZygoteStartFailedEx extends Exception { class
35 ZygoteStartFailedEx(String s) { in ZygoteStartFailedEx() method in ZygoteStartFailedEx
39 ZygoteStartFailedEx(Throwable cause) { in ZygoteStartFailedEx() method in ZygoteStartFailedEx
43 ZygoteStartFailedEx(String s, Throwable cause) { in ZygoteStartFailedEx() method in ZygoteStartFailedEx
210 } 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 …]
/frameworks/base/
Dpreloaded-classes2008 android.os.ZygoteStartFailedEx
Dcompiled-classes-phone3395 android.os.ZygoteStartFailedEx
/frameworks/base/services/
Dprofile-classes2212 Landroid/os/ZygoteStartFailedEx;