Android-cuttlefish cvd tool
|
#include "cuttlefish/host/libs/zip/zip_string.h"
#include <stdint.h>
#include <sstream>
#include <string>
#include <utility>
#include <vector>
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/host/libs/zip/zip_cc.h"
Namespaces | |
namespace | cuttlefish |
Functions | |
Result< std::string > | cuttlefish::ReadToString (ReadableZipSource &source) |
Result< std::string > | cuttlefish::ReadToString (ZipSourceReader &reader) |
Result< void > | cuttlefish::AddStringAt (WritableZip &zip, const std::string &data, const std::string &zip_path) |