Home
last modified time | relevance | path

Searched refs:GetPropertiesAsKeyValue (Results 1 – 4 of 4) sorted by relevance

/system/update_engine/payload_generator/
Dpayload_properties.h41 bool GetPropertiesAsKeyValue(std::string* key_value_str);
Dpayload_properties.cc70 bool PayloadProperties::GetPropertiesAsKeyValue(string* key_value_str) { in GetPropertiesAsKeyValue() function in chromeos_update_engine::PayloadProperties
Dpayload_properties_unittest.cc126 EXPECT_TRUE(PayloadProperties{payload_file_.path()}.GetPropertiesAsKeyValue( in TEST_F()
Dgenerate_delta_main.cc256 TEST_AND_RETURN_FALSE(payload_props.GetPropertiesAsKeyValue(&properties)); in ExtractProperties()