HomeSort by relevance Sort by last modified time
    Searched refs:invokeWith (Results 1 - 3 of 3) sorted by null

  /frameworks/base/core/java/com/android/internal/os/
WrapperInit.java 91 * @param invokeWith The wrapper command.
97 public static void execApplication(String invokeWith, String niceName,
99 StringBuilder command = new StringBuilder(invokeWith);
116 * @param invokeWith The wrapper command.
121 public static void execStandalone(String invokeWith, String classPath, String className,
123 StringBuilder command = new StringBuilder(invokeWith);
ZygoteConnection.java 210 if (parsedArgs.runtimeInit && parsedArgs.invokeWith != null) {
389 String invokeWith;
546 if (invokeWith != null) {
551 invokeWith = args[++curArg];
783 if (args.invokeWith != null && peerUid != 0) {
788 if (args.invokeWith != null) {
841 if (args.invokeWith == null && args.niceName != null) {
    [all...]
ZygoteInit.java 516 if (parsedArgs.invokeWith != null) {
528 WrapperInit.execApplication(parsedArgs.invokeWith,

Completed in 218 milliseconds