Android-cuttlefish cvd tool
Namespaces | Functions
buffered_zip_source.h File Reference
#include <stddef.h>
#include "cuttlefish/host/libs/zip/libzip_cc/seekable_source.h"
#include "cuttlefish/io/io.h"
#include "cuttlefish/result/result.h"
Include dependency graph for buffered_zip_source.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  cuttlefish
 

Functions

Result< SeekableZipSource > cuttlefish::BufferZipSource (std::unique_ptr< ReaderSeeker > data_provider, size_t buffer_size)
 
Result< SeekableZipSource > cuttlefish::BufferZipSource (SeekableZipSource source, size_t buffer_size)