Android-cuttlefish cvd tool
Namespaces | Functions
zip_file.cc File Reference
#include "cuttlefish/host/libs/zip/zip_file.h"
#include <string>
#include <utility>
#include "cuttlefish/common/libs/utils/files.h"
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/host/libs/zip/zip_cc.h"
#include "cuttlefish/host/libs/zip/zip_copy.h"
Include dependency graph for zip_file.cc:

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, const std::string &zip_path, const std::string &host_path)