Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandFileParser.java401 List<CommandLine> longMacroExpansion = expandLongMacro(line, !sawMacro); in parseFile()
434 private List<CommandLine> expandLongMacro(CommandLine line, boolean checkMissingMacro) in expandLongMacro() method in CommandFileParser