Searched refs:ZipFileCollection (Results 1 – 5 of 5) sorted by relevance
67 ZipFileCollection* collection) in ZipFileCollectionIterator()78 ZipFileCollection::ZipFileCollection() : handle_(nullptr) {} in ZipFileCollection() function in aapt::io::ZipFileCollection80 std::unique_ptr<ZipFileCollection> ZipFileCollection::Create( in Create()84 std::unique_ptr<ZipFileCollection> collection = in Create()85 std::unique_ptr<ZipFileCollection>(new ZipFileCollection()); in Create()130 IFile* ZipFileCollection::FindFile(const StringPiece& path) { in FindFile()138 std::unique_ptr<IFileCollectionIterator> ZipFileCollection::Iterator() { in Iterator()142 ZipFileCollection::~ZipFileCollection() { in ~ZipFileCollection()
51 class ZipFileCollection; variable55 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();
32 std::unique_ptr<io::ZipFileCollection> apk = io::ZipFileCollection::Create(path, &error); in LoadApkFromPath()
52 std::unique_ptr<io::ZipFileCollection> zip = io::ZipFileCollection::Create(file_path, &err); in TryDumpFile()
1048 std::unique_ptr<io::ZipFileCollection> collection = in LoadStaticLibrary()1049 io::ZipFileCollection::Create(input, out_error); in LoadStaticLibrary()1073 std::unique_ptr<io::ZipFileCollection> collection = in MergeStaticLibrary()1074 io::ZipFileCollection::Create(input, &error_str); in MergeStaticLibrary()1212 std::unique_ptr<io::ZipFileCollection> collection = in MergeArchive()1213 io::ZipFileCollection::Create(input, &error_str); in MergeArchive()