|
Android-cuttlefish cvd tool
|
#include "cuttlefish/host/commands/assemble_cvd/disk_builder.h"#include <chrono>#include <sstream>#include <string>#include <utility>#include <vector>#include "absl/log/log.h"#include "android-base/file.h"#include "cuttlefish/common/libs/utils/files.h"#include "cuttlefish/host/libs/config/vmm_mode.h"#include "cuttlefish/host/libs/image_aggregator/image_aggregator.h"#include "cuttlefish/host/libs/image_aggregator/qcow2.h"#include "cuttlefish/result/result.h"
Namespaces | |
| namespace | cuttlefish |
Functions | |
| static std::chrono::system_clock::time_point | cuttlefish::LastUpdatedInputDisk (const std::vector< ImagePartition > &partitions) |