Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/io/
DZipArchive.cpp119 collection->files_by_name_[zip_entry_path] = file.get(); in Create()
131 auto iter = files_by_name_.find(path.to_string()); in FindFile()
132 if (iter != files_by_name_.end()) { in FindFile()
DZipArchive.h83 std::map<std::string, IFile*> files_by_name_; variable