Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DZygoteProcess.java44 /*package*/ class ZygoteStartFailedEx extends Exception { class
46 ZygoteStartFailedEx(String s) { in ZygoteStartFailedEx() method in ZygoteStartFailedEx
51 ZygoteStartFailedEx(Throwable cause) { in ZygoteStartFailedEx() method in ZygoteStartFailedEx
55 ZygoteStartFailedEx(String s, Throwable cause) { in ZygoteStartFailedEx() method in ZygoteStartFailedEx
337 } 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 …]
/frameworks/base/config/
Dpreloaded-classes2934 android.os.ZygoteStartFailedEx
Dboot-image-profile.txt35452 Landroid/os/ZygoteStartFailedEx;
Dhiddenapi-greylist-max-o.txt58136 Landroid/os/ZygoteStartFailedEx;
58137 Landroid/os/ZygoteStartFailedEx;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V