Searched refs:invokeWith (Results 1 – 3 of 3) sorted by relevance
190 if (parsedArgs.invokeWith != null) { in runOnce()352 String invokeWith; field in ZygoteConnection.Arguments506 if (invokeWith != null) { in parseArgs()511 invokeWith = args[++curArg]; in parseArgs()675 if (args.invokeWith != null && peerUid != 0) { in applyInvokeWithSecurityPolicy()687 if (args.invokeWith == null && args.niceName != null) { in applyInvokeWithSystemProperty()697 args.invokeWith = SystemProperties.get(property); in applyInvokeWithSystemProperty()698 if (args.invokeWith != null && args.invokeWith.length() == 0) { in applyInvokeWithSystemProperty()699 args.invokeWith = null; in applyInvokeWithSystemProperty()751 if (parsedArgs.invokeWith != null) { in handleChildProc()[all …]
99 public static void execApplication(String invokeWith, String niceName, in execApplication() argument102 StringBuilder command = new StringBuilder(invokeWith); in execApplication()
523 if (parsedArgs.invokeWith != null) { in handleSystemServerProcess()535 WrapperInit.execApplication(parsedArgs.invokeWith, in handleSystemServerProcess()