Searched refs:zip_archives_ (Results 1 – 2 of 2) sorted by relevance
373 std::vector<std::unique_ptr<ZipArchive>> zip_archives_; variable
376 zip_archives_(), in OatWriter()546 zip_archives_.emplace_back(ZipArchive::OpenFromFd(dex_file_fd.Release(), location, &error_msg)); in AddDexFileSource()547 ZipArchive* zip_archive = zip_archives_.back().get(); in AddDexFileSource()3335 zip_archives_.clear(); in CloseSources()