Home
last modified time | relevance | path

Searched defs:ImageProperties (Results 1 – 1 of 1) sorted by relevance

/system/update_engine/
Dimage_properties.h31 struct ImageProperties { struct
33 std::string product_id;
35 std::string canary_product_id;
37 std::string system_id;
40 std::string version;
42 std::string system_version;
45 std::string product_components;
72 struct MutableImageProperties { argument
84 ImageProperties LoadImageProperties(SystemState* system_state); argument