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.cpp136 collection->files_by_name_[zip_entry_path] = file.get(); in Create()
149 auto iter = files_by_name_.find(path.to_string()); in FindFile()
150 if (iter != files_by_name_.end()) { in FindFile()
DZipArchive.h79 std::map<std::string, IFile*> files_by_name_; variable