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

/system/core/init/
H A Dproperty_service.h36 __attribute__((__error__("property_get called with too small buffer")));
42 int property_get(const char *name, char *value) function
/system/core/include/cutils/
H A Dproperties.h39 /* property_get: returns the length of the value which will never be
46 int property_get(const char *key, char *value, const char *default_value);
115 __asm__(__USER_LABEL_PREFIX__ "property_get");
116 __errordecl(__property_get_too_small_error, "property_get() called with too small of a buffer");
119 int property_get(const char *key, char *value, const char *default_value) { function
/system/core/libcutils/
H A Dproperties.c41 int len = property_get(key, buf, "");
71 int len = property_get(key, buf, "");
117 int property_get(const char *key, char *value, const char *default_value) function
227 int property_get(const char *key, char *value, const char *default_value) function
282 ALOGE("Got strange response to property_get request (%d)\n",
350 int property_get(const char *key, char *value, const char *default_value) function

Completed in 106 milliseconds