Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/cmd/
DLink.cpp830 auto zip_collection = io::ZipFileCollection::Create(path, &error); in LoadSymbolsFromIncludePaths() local
831 if (zip_collection == nullptr) { in LoadSymbolsFromIncludePaths()
836 if (zip_collection->FindFile(kProtoResourceTablePath) != nullptr) { in LoadSymbolsFromIncludePaths()
839 Source(path), std::move(zip_collection), context_->GetDiagnostics()); in LoadSymbolsFromIncludePaths()