Android-cuttlefish cvd tool
|
#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 "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/host/libs/zip/zip_cc.h"
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 (SeekableZipSource inner, size_t buffer_size) |