Searched defs:property_get (Results 1 – 4 of 4) sorted by relevance
28 static inline int property_get(const char *key, char *value, const char *default_value) { in property_get() function
106 int property_get(const char *key, char *value, const char *default_value) { in property_get() function
31 static int property_get(const char* key, char* value, const char* default_value) { in property_get() function