Home | History | Annotate | Download | only in os

Lines Matching defs:invokeWith

194         if (parsedArgs.invokeWith != null) {
411 String invokeWith;
601 if (invokeWith != null) {
606 invokeWith = args[++curArg];
811 if (args.invokeWith != null && peerUid != 0 &&
825 if (args.invokeWith == null && args.niceName != null) {
827 args.invokeWith = SystemProperties.get(property);
828 if (args.invokeWith != null && args.invokeWith.length() == 0) {
829 args.invokeWith = null;
873 if (parsedArgs.invokeWith != null) {
874 WrapperInit.execApplication(parsedArgs.invokeWith,