Android-cuttlefish cvd tool
Namespaces | Functions
archive.h File Reference
#include <string>
#include <vector>
#include "cuttlefish/common/libs/utils/result.h"
Include dependency graph for archive.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::vector< std::string > > cuttlefish::ExtractImages (const std::string &archive_filepath, const std::string &target_directory, const std::vector< std::string > &images, const bool keep_archive)
 
Result< std::string > cuttlefish::ExtractImage (const std::string &archive_filepath, const std::string &target_directory, const std::string &image, const bool keep_archive)
 
Result< std::vector< std::string > > cuttlefish::ExtractArchiveContents (const std::string &archive_filepath, const std::string &target_directory, const bool keep_archive)
 
std::string cuttlefish::ExtractArchiveToMemory (const std::string &archive_filepath, const std::string &archive_member)
 
std::vector< std::string > cuttlefish::ArchiveContents (const std::string &archive)