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