Searched refs:PayloadProperties (Results 1 – 4 of 4) sorted by relevance
30 class PayloadProperties {32 explicit PayloadProperties(const std::string& payload_path);33 ~PayloadProperties() = default;68 DISALLOW_COPY_AND_ASSIGN(PayloadProperties);
54 PayloadProperties::PayloadProperties(const string& payload_path) in PayloadProperties() function in chromeos_update_engine::PayloadProperties57 bool PayloadProperties::GetPropertiesAsJson(string* json_str) { in GetPropertiesAsJson()76 bool PayloadProperties::GetPropertiesAsKeyValue(string* key_value_str) { in GetPropertiesAsKeyValue()90 bool PayloadProperties::LoadFromPayload() { in LoadFromPayload()
126 PayloadProperties(payload_file.path()).GetPropertiesAsJson(&json)); in TEST_F()138 EXPECT_TRUE(PayloadProperties{payload_file.path()}.GetPropertiesAsKeyValue( in TEST_F()
278 PayloadProperties payload_props(payload_path); in ExtractProperties()