Searched refs:mFileMap (Results 1 – 1 of 1) sorted by relevance
35 private HashMap<String, Entry> mFileMap; field in ZipParser121 mFileMap = new HashMap<String, Entry>(); in parseFileContent()167 mFileMap.put(name, entryBuilder.build()); in parseFileContent()169 mPackageFileContentBuilder.putAllEntries(mFileMap); in parseFileContent()