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_unittest.cc138 EXPECT_TRUE(PayloadProperties{payload_file.path()}.GetPropertiesAsKeyValue( in TEST_F()
Dpayload_properties.cc76 bool PayloadProperties::GetPropertiesAsKeyValue(string* key_value_str) { in GetPropertiesAsKeyValue() function in chromeos_update_engine::PayloadProperties
Dgenerate_delta_main.cc280 TEST_AND_RETURN_FALSE(payload_props.GetPropertiesAsKeyValue(&properties)); in ExtractProperties()