Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/fetch/extract_image_contents.h"
#include <string>
#include <vector>
#include "cuttlefish/common/libs/utils/archive.h"
#include "cuttlefish/common/libs/utils/files.h"
#include "cuttlefish/common/libs/utils/result.h"
Namespaces | |
namespace | cuttlefish |
Functions | |
Result< std::vector< std::string > > | cuttlefish::ExtractImageContents (const std::string &image_filepath, const std::string &target_dir, const bool keep_archive) |