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

/system/core/libcutils/
H A Dproperties.c33 int8_t property_get_bool(const char *key, int8_t default_value) { function
/system/core/logd/
H A Dmain.cpp141 static bool property_get_bool(const char *key, bool def) { function
280 return property_get_bool(key, not_user
281 && !property_get_bool("ro.config.low_ram", false));
445 bool auditd = property_get_bool("logd.auditd", true);
449 bool dmesg = property_get_bool("logd.auditd.dmesg", true);

Completed in 66 milliseconds