Searched refs:props (Results 1 – 2 of 2) sorted by relevance
215 std::map<std::string, std::string, std::less<>> props; in GetBuildProps() local216 if (!ParsePropertyFile(build_prop_content, &props)) { in GetBuildProps()220 for (const auto& [key, value] : props) { in GetBuildProps()
107 std::vector<string> props = { in SetUp() local124 build_prop_string_ = android::base::Join(props, "\n"); in SetUp()