Home
last modified time | relevance | path

Searched refs:getIncludedFiles (Results 1 – 3 of 3) sorted by relevance

/tools/tradefederation/core/tests/src/com/android/tradefed/command/
DCommandFileParserTest.java390 assertEquals(1, commandFile.getIncludedFiles().size()); in testMacroParserInclude()
391 assertTrue(commandFile.getIncludedFiles().iterator().next().endsWith("somefile.txt")); in testMacroParserInclude()
544 assertEquals(1, commandFile.getIncludedFiles().size()); in testMacroParserInclude_noParentDir()
545 assertTrue(commandFile.getIncludedFiles().iterator().next().endsWith(includeFileName)); in testMacroParserInclude_noParentDir()
/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandFileParser.java243 public Collection<String> getIncludedFiles() { in getIncludedFiles() method in CommandFileParser
DCommandScheduler.java1380 getCommandFileWatcher().addCmdFile(cmdFile, extraArgs, parser.getIncludedFiles()); in internalAddCommandFile()