|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/assemble_cvd/disk/gem5_image_unpacker.h"#include <errno.h>#include <fcntl.h>#include <sys/stat.h>#include <string>#include "absl/log/log.h"#include "android-base/file.h"#include "cuttlefish/common/libs/utils/files.h"#include "cuttlefish/files/copy.h"#include "cuttlefish/host/commands/assemble_cvd/boot_image_utils.h"#include "cuttlefish/host/commands/assemble_cvd/flags/boot_image.h"#include "cuttlefish/host/libs/config/cuttlefish_config.h"#include "cuttlefish/posix/strerror.h"#include "cuttlefish/result/result.h"
Namespaces | |
| namespace | cuttlefish |
Functions | |
| Result< void > | cuttlefish::Gem5ImageUnpacker (const CuttlefishConfig &config, const BootImageFlag &boot_image) |