Home
last modified time | relevance | path

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

/aosp14/system/core/libcutils/include/cutils/
H A Dproperties.h136 int property_get(const char *key, char *value, const char *default_value) { in property_get() function
/aosp14/system/core/libcutils/include_outside_system/cutils/
H A Dproperties.h136 int property_get(const char *key, char *value, const char *default_value) { in property_get() function
/aosp14/system/core/libcutils/
H A Dproperties.cpp85 int property_get(const char* key, char* value, const char* default_value) { in property_get() function