struct Value
Defined at line 175 of file ../../zircon/kernel/phys/lib/linux-boot-config/include/lib/linux-boot-config/linux-boot-config.h
The set of bytes applied to a key with the type of operation performed.
Public Members
Action action
basic_string_view value
Enumerations
enum class Action : uint8_t
| Name | Value | Comments |
|---|---|---|
| kUnknown | 0 | -- |
| kDefine | 1 |
A new key-valye pair is defined. |
| kOverride | 2 |
Overwrite the current value of a key-value pair with the provided one. |
| kAppend | 3 |
From the current key-value pair, assume its an array and append this value to it. |
Defined at line 176 of file ../../zircon/kernel/phys/lib/linux-boot-config/include/lib/linux-boot-config/linux-boot-config.h