Home
last modified time | relevance | path

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

/frameworks/base/tools/aapt2/io/
DZipArchive.cpp78 ZipFileCollection::ZipFileCollection() : handle_(nullptr) {} in ZipFileCollection()
87 int32_t result = OpenArchive(path.data(), &collection->handle_); in Create()
101 result = StartIteration(collection->handle_, &cookie, nullptr, nullptr); in Create()
118 util::make_unique<ZipFile>(collection->handle_, zip_data, Source(nested_path)); in Create()
143 if (handle_) { in ~ZipFileCollection()
144 CloseArchive(handle_); in ~ZipFileCollection()
DZipArchive.h81 ZipArchiveHandle handle_; variable