Home
last modified time | relevance | path

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

/system/core/debuggerd/libdebuggerd/test/
Dproperty_fake.cpp34 extern "C" int property_get(const char* key, char* value, const char* default_value) { in property_get() function
/system/core/libcutils/include_vndk/cutils/
Dproperties.h150 int property_get(const char *key, char *value, const char *default_value) { in property_get() function
/system/core/libcutils/include/cutils/
Dproperties.h150 int property_get(const char *key, char *value, const char *default_value) { in property_get() function
/system/keymaster/
Dkeymaster_configuration.cpp31 void property_get(const char* /* prop_name */, char* /* prop */, const char* /* default */) {} in property_get() function
/system/core/libcutils/
Dproperties.cpp114 int property_get(const char *key, char *value, const char *default_value) { in property_get() function