|
Android-cuttlefish cvd tool
|
#include <string>#include <string_view>#include "cuttlefish/host/libs/zip/libzip_cc/archive.h"#include "cuttlefish/result/result.h"

Go to the source code of this file.
Namespaces | |
| namespace | cuttlefish |
Functions | |
| Result< ReadableZip > | cuttlefish::ZipOpenRead (const std::string &fs_path) |
| Result< WritableZip > | cuttlefish::ZipOpenReadWrite (const std::string &fs_path) |
| Result< void > | cuttlefish::AddFile (WritableZip &zip, const std::string &fs_path) |
| Result< void > | cuttlefish::AddFileAt (WritableZip &zip, const std::string &fs_path, const std::string &zip_path) |
| Result< void > | cuttlefish::ExtractFile (ReadableZip &zip, std::string_view zip_path, const std::string &host_path) |