|
Android-cuttlefish cvd tool
|
#include <stddef.h>#include <memory>#include <zip.h>

Go to the source code of this file.
Classes | |
| struct | cuttlefish::ZipDeleter |
Namespaces | |
| namespace | cuttlefish |
Typedefs | |
| using | cuttlefish::ManagedZip = std::unique_ptr< zip_t, ZipDeleter > |
| using | cuttlefish::ManagedZipError = std::unique_ptr< zip_error_t, ZipDeleter > |
| using | cuttlefish::ManagedZipSource = std::unique_ptr< zip_source_t, ZipDeleter > |