HomeSort by relevance Sort by last modified time
    Searched defs:ZipFileCollection (Results 1 - 2 of 2) sorted by null

  /frameworks/base/tools/aapt2/io/
ZipArchive.cpp 67 ZipFileCollection* collection)
78 ZipFileCollection::ZipFileCollection() : handle_(nullptr) {}
80 std::unique_ptr<ZipFileCollection> ZipFileCollection::Create(
84 std::unique_ptr<ZipFileCollection> collection =
85 std::unique_ptr<ZipFileCollection>(new ZipFileCollection());
91 // return an empty ZipFileCollection.
130 IFile* ZipFileCollection::FindFile(const StringPiece& path)
    [all...]
ZipArchive.h 51 class ZipFileCollection;
55 explicit ZipFileCollectionIterator(ZipFileCollection* collection);
67 class ZipFileCollection : public IFileCollection {
69 static std::unique_ptr<ZipFileCollection> Create(const android::StringPiece& path,
75 ~ZipFileCollection() override;
79 ZipFileCollection();

Completed in 1155 milliseconds