Android-cuttlefish cvd tool
|
#include <map>
#include <set>
#include <string>
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/host/libs/avb/avb.h"
Go to the source code of this file.
Classes | |
struct | cuttlefish::VbmetaArgs |
Namespaces | |
namespace | cuttlefish |
Typedefs | |
using | cuttlefish::MiscInfo = std::map< std::string, std::string > |
Functions | |
Result< MiscInfo > | cuttlefish::GetCombinedDynamicPartitions (const MiscInfo &vendor_info, const MiscInfo &system_info, const std::set< std::string > &extracted_images) |
Result< MiscInfo > | cuttlefish::MergeMiscInfos (const MiscInfo &vendor_info, const MiscInfo &system_info, const MiscInfo &combined_dp_info, const std::vector< std::string > &system_partitions) |
Result< VbmetaArgs > | cuttlefish::GetVbmetaArgs (const MiscInfo &misc_info, const std::string &image_path) |