Android-cuttlefish cvd tool
|
#include "cuttlefish/host/libs/zip/cached_zip_source.h"
#include <stddef.h>
#include <stdint.h>
#include <memory>
#include <string>
#include <utility>
#include <android-base/logging.h>
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/host/libs/zip/lazily_loaded_file.h"
#include "cuttlefish/host/libs/zip/zip_cc.h"
Classes | |
class | cuttlefish::anonymous_namespace{cached_zip_source.cc}::CachedZipSourceCallbacks |
class | cuttlefish::anonymous_namespace{cached_zip_source.cc}::LazilyLoadedZipSourceFile |
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{cached_zip_source.cc} |
Functions | |
Result< SeekableZipSource > | cuttlefish::CacheZipSource (SeekableZipSource inner, std::string file_path) |