Home
last modified time | relevance | path

Searched refs:invokeWith (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
DZygoteConnection.java224 if (parsedArgs.runtimeInit && parsedArgs.invokeWith != null) { in runOnce()
359 String invokeWith; field in ZygoteConnection.Arguments
495 if (invokeWith != null) { in parseArgs()
500 invokeWith = args[++curArg]; in parseArgs()
754 if (args.invokeWith != null && peerUid != 0) { in applyInvokeWithSecurityPolicy()
766 if (args.invokeWith == null && args.niceName != null) { in applyInvokeWithSystemProperty()
772 args.invokeWith = SystemProperties.get(property); in applyInvokeWithSystemProperty()
773 if (args.invokeWith != null && args.invokeWith.length() == 0) { in applyInvokeWithSystemProperty()
774 args.invokeWith = null; in applyInvokeWithSystemProperty()
835 if (parsedArgs.invokeWith != null) { in handleChildProc()
[all …]
DWrapperInit.java100 public static void execApplication(String invokeWith, String niceName, in execApplication() argument
102 StringBuilder command = new StringBuilder(invokeWith); in execApplication()
124 public static void execStandalone(String invokeWith, String classPath, String className, in execStandalone() argument
126 StringBuilder command = new StringBuilder(invokeWith); in execStandalone()
DZygoteInit.java456 if (parsedArgs.invokeWith != null) { in handleSystemServerProcess()
457 WrapperInit.execApplication(parsedArgs.invokeWith, in handleSystemServerProcess()