Home
last modified time | relevance | path

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

/aosp12/system/update_engine/cros/
H A 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()
/aosp12/system/tools/sysprop/
H A DCommon.cpp333 sysprop::Properties* props = ret.mutable_props(i); in ParseApiFile()