Searched defs:invokeWith (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/os/
H A DWrapperInit.java94 * @param invokeWith The wrapper command.
100 public static void execApplication(String invokeWith, String niceName, argument
102 StringBuilder command = new StringBuilder(invokeWith);
119 * @param invokeWith The wrapper command.
124 public static void execStandalone(String invokeWith, String classPath, String className, argument
126 StringBuilder command = new StringBuilder(invokeWith);
H A DZygoteConnection.java228 if (parsedArgs.runtimeInit && parsedArgs.invokeWith != null) {
371 String invokeWith; field in class:ZygoteConnection.Arguments
514 if (invokeWith != null) {
519 invokeWith = args[++curArg];
810 if (args.invokeWith != null && peerUid != 0) {
815 if (args.invokeWith != null) {
868 if (args.invokeWith == null && args.niceName != null) {
874 args.invokeWith = SystemProperties.get(property);
875 if (args.invokeWith != null && args.invokeWith
[all...]

Completed in 303 milliseconds