Searched refs:mCommandLine (Results 1 – 7 of 7) sorted by relevance
36 String mCommandLine = null; field in TestContext41 return mCommandLine; in getCommandLine()45 mCommandLine = commandLine; in setCommandLine()66 obj.mCommandLine = json.optString("command_line"); in fromJson()83 json.put("command_line", mCommandLine); in toJson()
59 private final String mCommandLine; field in ClusterCommand96 mCommandLine = cmdLine; in ClusterCommand()152 return mCommandLine; in getCommandLine()
53 private String mCommandLine; field in SubprocessReportingHelper60 mCommandLine = commandLine; in SubprocessReportingHelper()75 final String[] tokens = QuotationAwareTokenizer.tokenizeLine(mCommandLine); in buildSubprocessReporterJar()
104 private String mCommandLine = null; field in ClusterCommandLauncher192 new SubprocessReportingHelper(mCommandLine, classpath, testWorkDir, port); in run()198 List<String> javaCommandArgs = buildJavaCommandArgs(classpath, mCommandLine); in run()199 CLog.i("Running a command line: %s", mCommandLine); in run()490 return mCommandLine; in getCommandLine()
62 private String[] mCommandLine = null; field in TradefedDelegator81 mCommandLine = command; in setCommandLine()85 return mCommandLine; in getCommandLine()
98 mCommandLine.put(keyValue[0], keyValue[1]);100 mCommandLine.put(keyValue[0], null);121 private CommandLineItem mCommandLine = new CommandLineItem(); field in BugreportParser201 mBugreport.setCommandLine(mCommandLine); in commit()239 } else if (mCommandLine.containsKey(BOOTREASON_KERNEL)) { in commit()240 bootreason = mCommandLine.get(BOOTREASON_KERNEL); in commit()
146 private String[] mCommandLine; field in Configuration311 mCommandLine = arrayArgs; in setCommandLine()320 if (mCommandLine != null && mCommandLine.length != 0) { in getCommandLine()321 return QuotationAwareTokenizer.combineTokens(mCommandLine); in getCommandLine()790 clone.setCommandLine(this.mCommandLine); in clone()