Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DZygoteProcess.java49 /*package*/ class ZygoteStartFailedEx extends Exception { class
51 ZygoteStartFailedEx(String s) { in ZygoteStartFailedEx() method in ZygoteStartFailedEx
56 ZygoteStartFailedEx(Throwable cause) { in ZygoteStartFailedEx() method in ZygoteStartFailedEx
60 ZygoteStartFailedEx(String s, Throwable cause) { in ZygoteStartFailedEx() method in ZygoteStartFailedEx
378 } catch (ZygoteStartFailedEx ex) { in start()
424 throws ZygoteStartFailedEx { in zygoteSendArgsAndGetResult()
431 throw new ZygoteStartFailedEx("Embedded newlines not allowed"); in zygoteSendArgsAndGetResult()
433 throw new ZygoteStartFailedEx("Embedded carriage returns not allowed"); in zygoteSendArgsAndGetResult()
464 ZygoteState zygoteState, String msgStr) throws ZygoteStartFailedEx { in attemptZygoteSendArgsAndGetResult()
480 throw new ZygoteStartFailedEx("fork() failed"); in attemptZygoteSendArgsAndGetResult()
[all …]
/frameworks/base/boot/
Dpreloaded-classes5949 android.os.ZygoteStartFailedEx
Dboot-image-profile.txt28435 Landroid/os/ZygoteStartFailedEx;
/frameworks/base/config/
Dpreloaded-classes5953 android.os.ZygoteStartFailedEx
Dboot-image-profile.txt38403 Landroid/os/ZygoteStartFailedEx;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt40268 Landroid/os/ZygoteStartFailedEx;-><init>(Ljava/lang/String;Ljava/lang/Throwable;)V