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

/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/android_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 439 milliseconds