|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/cvd/fetch/de_android_sparse.h"#include <cstddef>#include <string>#include <vector>#include "absl/log/check.h"#include "absl/log/log.h"#include "android-base/file.h"#include "sparse/sparse.h"#include "cuttlefish/host/libs/image_aggregator/sparse_image.h"#include "cuttlefish/posix/rename.h"#include "cuttlefish/result/result.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 |