Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/fetch/de_android_sparse.h"
#include <cstddef>
#include <iostream>
#include <string>
#include <vector>
#include <android-base/file.h>
#include <android-base/strings.h>
#include <sparse/sparse.h>
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/host/libs/image_aggregator/sparse_image.h"
Namespaces | |
namespace | cuttlefish |
namespace | cuttlefish::anonymous_namespace{de_android_sparse.cc} |
Macros | |
#define | O_BINARY 0 |
Functions | |
bool | cuttlefish::anonymous_namespace{de_android_sparse.cc}::ConvertToRawImageNoBinary (const std::string &image_path) |
Result< void > | cuttlefish::DeAndroidSparse2 (const std::vector< std::string > &image_files) |
#define O_BINARY 0 |