Home | History | Annotate | Download | only in installd

Lines Matching full:default_value

87 static bool property_get_bool(const char* property_name, bool default_value = false) {
91 return default_value;