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.java62 private Collection<String> mIncludedFiles = new HashSet<String>(); field in CommandFileParser
244 return mIncludedFiles; in getIncludedFiles()
254 if (mIncludedFiles.contains(file.getAbsolutePath())) { in scanFile()
259 mIncludedFiles.add(file.getAbsolutePath()); in scanFile()
356 mIncludedFiles.clear(); in parseFile()
366 mIncludedFiles.remove(file.getAbsolutePath()); in parseFile()