Searched refs:handle_ (Results 1 – 2 of 2) sorted by relevance
78 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()
81 ZipArchiveHandle handle_; variable