struct AvbPropertyDescriptor

Defined at line 45 of file ../../third_party/android/platform/external/avb/include/libavb/../../libavb/avb_property_descriptor.h

A descriptor for properties (free-form key/value pairs).

Following this struct are |key_num_bytes| bytes of key data encoded

as UTF-8, followed by a NUL byte, then |value_num_bytes| bytes of

value data, followed by a NUL byte and then enough padding to make

the combined size a multiple of 8.

Public Members

AvbDescriptor parent_descriptor
uint64_t key_num_bytes
uint64_t value_num_bytes