Android-cuttlefish cvd tool
Classes | Namespaces | Typedefs | Functions
misc_info.h File Reference
#include <map>
#include <set>
#include <string>
#include "cuttlefish/common/libs/utils/result.h"
#include "cuttlefish/host/libs/avb/avb.h"
Include dependency graph for misc_info.h:
This graph shows which files directly or indirectly include this file:

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)