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