Searched defs:property_get (Results 1 - 2 of 2) sorted by relevance

/system/core/libcutils/
H A Dproperties.c39 int property_get(const char *key, char *value, const char *default_value) function
137 int property_get(const char *key, char *value, const char *default_value) function
192 ALOGE("Got strange response to property_get request (%d)\n",
260 int property_get(const char *key, char *value, const char *default_value) function
/system/core/init/
H A Dproperty_service.c306 const char* property_get(const char *name) function
587 const char *debuggable = property_get("ro.debuggable");

Completed in 104 milliseconds