Home
last modified time | relevance | path

Searched refs:ZygoteStartFailedEx (Results 1 – 2 of 2) 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