Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/command/
DCommandFileParser.java63 private Collection<String> mIncludedFiles = new HashSet<String>(); field in CommandFileParser
245 return mIncludedFiles; in getIncludedFiles()
255 if (mIncludedFiles.contains(file.getAbsolutePath())) { in scanFile()
260 mIncludedFiles.add(file.getAbsolutePath()); in scanFile()
357 mIncludedFiles.clear(); in parseFile()
367 mIncludedFiles.remove(file.getAbsolutePath()); in parseFile()