Android-cuttlefish cvd tool
Classes | Namespaces | Functions
buffered_zip_source.cc File Reference
#include "cuttlefish/host/libs/zip/buffered_zip_source.h"
#include <stddef.h>
#include <stdint.h>
#include <string.h>
#include <algorithm>
#include <memory>
#include <optional>
#include <utility>
#include <vector>
#include "absl/log/log.h"
#include "cuttlefish/host/libs/zip/libzip_cc/seekable_source.h"
#include "cuttlefish/host/libs/zip/libzip_cc/source_callback.h"
#include "cuttlefish/io/io.h"
#include "cuttlefish/io/length.h"
#include "cuttlefish/result/result.h"
Include dependency graph for buffered_zip_source.cc:

Classes

class  cuttlefish::anonymous_namespace{buffered_zip_source.cc}::BufferedZipSourceCallbacks
 

Namespaces

namespace  cuttlefish
 
namespace  cuttlefish::anonymous_namespace{buffered_zip_source.cc}
 

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)