Searched defs:property_get (Results 1 – 5 of 5) sorted by relevance
34 extern "C" int property_get(const char* key, char* value, const char* default_value) { in property_get() function
119 int property_get(const char *key, char *value, const char *default_value) { in property_get() function
31 void property_get(const char* /* prop_name */, char* /* prop */, const char* /* default */) {} in property_get() function
115 int property_get(const char *key, char *value, const char *default_value) in property_get() function
116 std::string property_get(const char* name) { in property_get() function