Searched defs:property_get (Results 1 – 2 of 2) sorted by relevance
208 #define property_get(a, b, c) property_get_intf(a, b, c) macro
45 int property_get(const char* key, char* value, const char* default_value) { in property_get() function