Home
last modified time | relevance | path

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

/system/core/init/
Dutil.cpp343 std::string prop_val = android::base::GetProperty(prop_name, ""); in ExpandProps() local
344 if (prop_val.empty()) { in ExpandProps()
349 prop_val = def_val; in ExpandProps()
352 dst.append(prop_val); in ExpandProps()