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

  /frameworks/base/tools/aapt2/io/
ZipArchive.h 48 class ZipFileCollection;
52 explicit ZipFileCollectionIterator(ZipFileCollection* collection);
62 class ZipFileCollection : public IFileCollection {
64 static std::unique_ptr<ZipFileCollection> Create(const android::StringPiece& path,
70 ~ZipFileCollection() override;
74 ZipFileCollection();
ZipArchive.cpp 73 ZipFileCollection* collection)
86 ZipFileCollection::ZipFileCollection() : handle_(nullptr) {}
88 std::unique_ptr<ZipFileCollection> ZipFileCollection::Create(
92 std::unique_ptr<ZipFileCollection> collection =
93 std::unique_ptr<ZipFileCollection>(new ZipFileCollection());
99 // return an empty ZipFileCollection.
138 IFile* ZipFileCollection::FindFile(const StringPiece& path)
    [all...]
  /frameworks/base/tools/aapt2/
LoadedApk.cpp 41 std::unique_ptr<io::ZipFileCollection> apk = io::ZipFileCollection::Create(path, &error);
  /frameworks/base/tools/aapt2/cmd/
Dump.cpp 131 std::unique_ptr<io::ZipFileCollection> zip = io::ZipFileCollection::Create(file_path, &err);
Link.cpp 854 auto zip_collection = io::ZipFileCollection::Create(path, &error);
    [all...]

Completed in 209 milliseconds