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

/system/core/debuggerd/libdebuggerd/test/
H A Dproperty_fake.cpp34 extern "C" int property_get(const char* key, char* value, const char* default_value) { function
/system/core/libcutils/
H A Dproperties.cpp41 int len = property_get(key, buf, "");
71 int len = property_get(key, buf, "");
114 int property_get(const char *key, char *value, const char *default_value) { function
/system/keymaster/
H A Dkeymaster_configuration.cpp31 void property_get(const char* /* prop_name */, char* /* prop */, const char* /* default */) {} function
101 property_get(kPlatformVersionProp, version_str, "" /* default */);
133 property_get(kPlatformPatchlevelProp, patchlevel_str, "" /* default */);

Completed in 90 milliseconds