Searched refs:ZipFileCollection (Results 1 – 6 of 6) sorted by relevance
80 ZipFileCollection* collection) in ZipFileCollectionIterator()93 ZipFileCollection::ZipFileCollection() : handle_(nullptr) {} in ZipFileCollection() function in aapt::io::ZipFileCollection95 std::unique_ptr<ZipFileCollection> ZipFileCollection::Create( in Create()100 std::unique_ptr<ZipFileCollection> collection = in Create()101 std::unique_ptr<ZipFileCollection>(new ZipFileCollection()); in Create()148 IFile* ZipFileCollection::FindFile(const StringPiece& path) { in FindFile()156 std::unique_ptr<IFileCollectionIterator> ZipFileCollection::Iterator() { in Iterator()160 char ZipFileCollection::GetDirSeparator() { in GetDirSeparator()167 ZipFileCollection::~ZipFileCollection() { in ~ZipFileCollection()
48 class ZipFileCollection; variable52 explicit ZipFileCollectionIterator(ZipFileCollection* collection);62 class ZipFileCollection : public IFileCollection {64 static std::unique_ptr<ZipFileCollection> Create(const android::StringPiece& path,71 ~ZipFileCollection() override;75 ZipFileCollection();
134 std::unique_ptr<io::ZipFileCollection> zip = io::ZipFileCollection::Create(kOutputFlata, &err); in TEST_F()165 std::unique_ptr<io::ZipFileCollection> zip = io::ZipFileCollection::Create(kOutputFlata, &err); in TEST_F()
822 auto zip_collection = io::ZipFileCollection::Create(path, &error); in LoadSymbolsFromIncludePaths()1395 std::unique_ptr<io::ZipFileCollection> collection = in MergeArchive()1396 io::ZipFileCollection::Create(input, &error_str); in MergeArchive()
770 file_collection = io::ZipFileCollection::Create(options_.res_zip.value(), &err); in Action()
78 std::unique_ptr<io::ZipFileCollection> apk = io::ZipFileCollection::Create(path, &error); in LoadApkFromPath()