Searched defs:default_value (Results 1 – 4 of 4) sorted by relevance
22 int property_get(const char *key, char *value, const char *default_value) { in property_get()
117 int GetProperty(const char* key, char* value, const char* default_value) { in GetProperty()499 int get_property(const char *key, char *value, const char *default_value) { in get_property()
59 int get_property(const char *key, char *value, const char *default_value) { in get_property()
64 static bool property_get_bool(const char* property_name, bool default_value = false) { in property_get_bool()