Android-cuttlefish cvd tool
Namespaces | Functions
zip_string.h File Reference
#include <string>
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/host/libs/zip/zip_cc.h"
Include dependency graph for zip_string.h:
This graph shows which files directly or indirectly include this file:

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)