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

/system/core/debuggerd/test/
H A Dproperty_fake.cpp34 extern "C" int property_get(const char* key, char* value, const char* default_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, "");
115 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
74 property_get(kPlatformVersionProp, version_str, "" /* default */);
78 property_get(kPlatformPatchlevelProp, patchlevel_str, "" /* default */);
/system/core/init/
H A Dproperty_service.cpp116 std::string property_get(const char* name) { function
464 std::string debuggable = property_get("ro.debuggable");
483 std::string ro_hardware = property_get("ro.hardware");

Completed in 193 milliseconds