Home
last modified time | relevance | path

Searched refs:mCommandFile (Results 1 – 2 of 2) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandFileParserTest.java57 private CommandFileParser mCommandFile; field in CommandFileParserTest
65 mCommandFile = new CommandFileParser() { in setUp()
87 assertParsedData(mCommandFile, mMockFile, expectedCommands); in assertParsedData()
135 mCommandFile.parseFile(mMockFile); in testParseFile_endOnQuote()
149 mCommandFile.parseFile(mMockFile); in testRun_endWithEscape()
212 mCommandFile.parseFile(mMockFile); in testUndefinedMacro()
226 mCommandFile.parseFile(mMockFile); in testUndefinedMacro_defSyntaxError()
296 mCommandFile.parseFile(mMockFile); in testLongMacroSyntaxError_eof()
322 .addAll(mCommandFile.parseFile(mMockFile)) in testCommandLineLocation()
/tools/tradefederation/core/remote/src/com/android/tradefed/command/remote/
DAddCommandFileOp.java32 private final String mCommandFile; field in AddCommandFileOp
36 mCommandFile = commandFile; in AddCommandFileOp()
64 j.put(COMMAND_FILE, mCommandFile); in packIntoJson()
70 return mCommandFile; in getCommandFile()