Home
last modified time | relevance | path

Searched refs:mutable_props (Results 1 – 2 of 2) sorted by relevance

/system/update_engine/cros/
Dimage_properties_chromeos_unittest.cc109 MutableImageProperties mutable_props = LoadMutableImageProperties(); in TEST_F() local
110 EXPECT_EQ("beta-channel", mutable_props.target_channel); in TEST_F()
130 MutableImageProperties mutable_props = LoadMutableImageProperties(); in TEST_F() local
131 EXPECT_EQ("stable-channel", mutable_props.target_channel); in TEST_F()
/system/tools/sysprop/
DCommon.cpp333 sysprop::Properties* props = ret.mutable_props(i); in ParseApiFile()