Searched refs:mIncludedFiles (Results 1 – 1 of 1) sorted by relevance
63 private Collection<String> mIncludedFiles = new HashSet<String>(); field in CommandFileParser245 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()