Searched refs:ZygoteArguments (Results 1 – 7 of 7) sorted by relevance
573 ZygoteArguments args = null; in usapMain()597 args = new ZygoteArguments(argStrings); in usapMain()716 static void setAppProcessName(ZygoteArguments args, String loggingTag) { in setAppProcessName()733 private static void validateUsapCommand(ZygoteArguments args) { in validateUsapCommand()794 protected static void applyUidSecurityPolicy(ZygoteArguments args, Credentials peer) in applyUidSecurityPolicy()830 protected static void applyDebuggerSystemProperty(ZygoteArguments args) { in applyDebuggerSystemProperty()849 protected static void applyInvokeWithSecurityPolicy(ZygoteArguments args, Credentials peer) in applyInvokeWithSecurityPolicy()866 protected static void applyInvokeWithSystemProperty(ZygoteArguments args) { in applyInvokeWithSystemProperty()
1 per-file ZygoteArguments.java,ZygoteConnection.java,ZygoteInit.java,Zygote.java,ZygoteServer.java =…
141 ZygoteArguments parsedArgs = new ZygoteArguments(args); in processOneCommand()478 private Runnable handleChildProc(ZygoteArguments parsedArgs, in handleChildProc()
50 class ZygoteArguments { class228 ZygoteArguments(String[] args) throws IllegalArgumentException { in ZygoteArguments() method in ZygoteArguments
492 private static Runnable handleSystemServerProcess(ZygoteArguments parsedArgs) { in handleSystemServerProcess()748 ZygoteArguments parsedArgs = null; in forkSystemServer()753 parsedArgs = new ZygoteArguments(args); in forkSystemServer()
4649 com.android.internal.os.ZygoteArguments
21402 …ndroid/internal/os/Zygote;->applyDebuggerSystemProperty(Lcom/android/internal/os/ZygoteArguments;)V21403 …l/os/Zygote;->applyInvokeWithSecurityPolicy(Lcom/android/internal/os/ZygoteArguments;Landroid/net/…21404 …roid/internal/os/Zygote;->applyInvokeWithSystemProperty(Lcom/android/internal/os/ZygoteArguments;)V21405 …internal/os/Zygote;->applyUidSecurityPolicy(Lcom/android/internal/os/ZygoteArguments;Landroid/net/…21415 HSPLcom/android/internal/os/ZygoteArguments;-><init>([Ljava/lang/String;)V21416 HSPLcom/android/internal/os/ZygoteArguments;->parseArgs([Ljava/lang/String;)V21424 …ernal/os/ZygoteConnection;->handleChildProc(Lcom/android/internal/os/ZygoteArguments;[Ljava/io/Fil…21437 …l/os/ZygoteInit;->handleSystemServerProcess(Lcom/android/internal/os/ZygoteArguments;)Ljava/lang/R…37494 Lcom/android/internal/os/ZygoteArguments;