Searched refs:ZygoteArguments (Results 1 – 6 of 6) sorted by relevance
513 ZygoteArguments args = null; in usapMain()532 args = new ZygoteArguments(argStrings); in usapMain()657 private static void validateUsapCommand(ZygoteArguments args) { in validateUsapCommand()729 protected static void applyUidSecurityPolicy(ZygoteArguments args, Credentials peer) in applyUidSecurityPolicy()765 protected static void applyDebuggerSystemProperty(ZygoteArguments args) { in applyDebuggerSystemProperty()784 protected static void applyInvokeWithSecurityPolicy(ZygoteArguments args, Credentials peer) in applyInvokeWithSecurityPolicy()801 protected static void applyInvokeWithSystemProperty(ZygoteArguments args) { in applyInvokeWithSystemProperty()
1 per-file ZygoteArguments.java,ZygoteConnection.java,ZygoteInit.java,Zygote.java,ZygoteServer.java =…
50 class ZygoteArguments { class212 ZygoteArguments(String[] args) throws IllegalArgumentException { in ZygoteArguments() method in ZygoteArguments
131 ZygoteArguments parsedArgs = null; in processOneCommand()154 parsedArgs = new ZygoteArguments(args); in processOneCommand()560 private Runnable handleChildProc(ZygoteArguments parsedArgs, FileDescriptor[] descriptors, in handleChildProc()
480 private static Runnable handleSystemServerProcess(ZygoteArguments parsedArgs) { in handleSystemServerProcess()764 ZygoteArguments parsedArgs = null; in forkSystemServer()769 parsedArgs = new ZygoteArguments(args); in forkSystemServer()
4649 com.android.internal.os.ZygoteArguments