Searched refs:prop_val (Results 1 – 1 of 1) sorted by relevance
343 std::string prop_val = android::base::GetProperty(prop_name, ""); in ExpandProps() local344 if (prop_val.empty()) { in ExpandProps()349 prop_val = def_val; in ExpandProps()352 dst.append(prop_val); in ExpandProps()