Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dtarget_files.cpp215 std::map<std::string, std::string, std::less<>> props; in GetBuildProps() local
216 if (!ParsePropertyFile(build_prop_content, &props)) { in GetBuildProps()
220 for (const auto& [key, value] : props) { in GetBuildProps()
/bootable/recovery/tests/unit/host/
Dupdate_simulator_test.cpp107 std::vector<string> props = { in SetUp() local
124 build_prop_string_ = android::base::Join(props, "\n"); in SetUp()