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 94 * @param invokeWith The wrapper command.
100 public static void execApplication(String invokeWith, String niceName,
102 StringBuilder command = new StringBuilder(invokeWith);
119 * @param invokeWith The wrapper command.
124 public static void execStandalone(String invokeWith, String classPath, String className,
126 StringBuilder command = new StringBuilder(invokeWith);
ZygoteConnection.java 216 if (parsedArgs.runtimeInit && parsedArgs.invokeWith != null) {
351 String invokeWith;
492 if (invokeWith != null) {
497 invokeWith = args[++curArg];
788 if (args.invokeWith != null && peerUid != 0) {
793 if (args.invokeWith != null) {
846 if (args.invokeWith == null && args.niceName != null) {
852 args.invokeWith = SystemProperties.get(property);
853 if (args.invokeWith != null && args.invokeWith.length() == 0)
    [all...]
ZygoteInit.java 456 if (parsedArgs.invokeWith != null) {
457 WrapperInit.execApplication(parsedArgs.invokeWith,

Completed in 52 milliseconds