Home
last modified time | relevance | path

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

/system/core/init/
Dutil.cpp341 std::string prop_val = android::base::GetProperty(prop_name, ""); in ExpandProps() local
342 if (prop_val.empty()) { in ExpandProps()
347 prop_val = def_val; in ExpandProps()
350 dst.append(prop_val); in ExpandProps()