|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/libs/zip/remote_zip.h"#include <errno.h>#include <stdint.h>#include <string.h>#include <memory>#include <string>#include <string_view>#include <utility>#include <vector>#include "absl/log/log.h"#include "absl/strings/numbers.h"#include "fmt/core.h"#include "fmt/format.h"#include "cuttlefish/host/libs/web/http_client/http_client.h"#include "cuttlefish/host/libs/zip/libzip_cc/seekable_source.h"#include "cuttlefish/host/libs/zip/libzip_cc/source_callback.h"#include "cuttlefish/result/result.h"
Classes | |
| class | cuttlefish::anonymous_namespace{remote_zip.cc}::RemoteZip |
Namespaces | |
| namespace | cuttlefish |
| namespace | cuttlefish::anonymous_namespace{remote_zip.cc} |
Functions | |
| Result< uint64_t > | cuttlefish::anonymous_namespace{remote_zip.cc}::GetSizeIfSupportsRangeRequests (HttpClient &http_client_, const std::string &url, const std::vector< std::string > &headers) |
| Result< SeekableZipSource > | cuttlefish::ZipSourceFromUrl (HttpClient &http_client, const std::string &url, std::vector< std::string > headers) |