Android-cuttlefish cvd tool
|
#include <string>
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/host/libs/zip/zip_cc.h"
Go to the source code of this file.
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) |