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.java190 if (parsedArgs.invokeWith != null) { in runOnce()
352 String invokeWith; field in ZygoteConnection.Arguments
506 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 …]
DWrapperInit.java99 public static void execApplication(String invokeWith, String niceName, in execApplication() argument
102 StringBuilder command = new StringBuilder(invokeWith); in execApplication()
DZygoteInit.java523 if (parsedArgs.invokeWith != null) { in handleSystemServerProcess()
535 WrapperInit.execApplication(parsedArgs.invokeWith, in handleSystemServerProcess()