Searched refs:invokeWith (Results 1 – 3 of 3) sorted by relevance
224 if (parsedArgs.runtimeInit && parsedArgs.invokeWith != null) { in runOnce()359 String invokeWith; field in ZygoteConnection.Arguments495 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 …]
100 public static void execApplication(String invokeWith, String niceName, in execApplication() argument102 StringBuilder command = new StringBuilder(invokeWith); in execApplication()124 public static void execStandalone(String invokeWith, String classPath, String className, in execStandalone() argument126 StringBuilder command = new StringBuilder(invokeWith); in execStandalone()
456 if (parsedArgs.invokeWith != null) { in handleSystemServerProcess()457 WrapperInit.execApplication(parsedArgs.invokeWith, in handleSystemServerProcess()