Android-cuttlefish cvd tool
|
#include <stddef.h>
#include <stdint.h>
#include <memory>
#include <optional>
#include <string>
#include "cuttlefish/common/libs/utils/result.h"
Go to the source code of this file.
Classes | |
class | cuttlefish::ReadableZipSourceCallback |
class | cuttlefish::SeekableZipSourceCallback |
struct | cuttlefish::ZipStat |
class | cuttlefish::ReadableZipSource |
class | cuttlefish::SeekableZipSource |
class | cuttlefish::WritableZipSource |
class | cuttlefish::ZipSourceReader |
class | cuttlefish::SeekingZipSourceReader |
class | cuttlefish::ZipSourceWriter |
class | cuttlefish::ReadableZip |
class | cuttlefish::WritableZip |
Namespaces | |
namespace | cuttlefish |
Enumerations | |
enum class | cuttlefish::ZipCompression { cuttlefish::kDefault , cuttlefish::kStore , cuttlefish::kBzip2 , cuttlefish::kDeflate , cuttlefish::kXz , cuttlefish::kZstd } |