Searched refs:GetBoolProperty (Results 1 - 25 of 30) sorted by relevance

12

/system/core/init/
H A Dhost_init_stubs.cpp31 bool GetBoolProperty(const std::string&, bool default_value) { function in namespace:android::base
H A Dhost_init_stubs.h37 bool GetBoolProperty(const std::string& key, bool default_value);
H A Daction_parser.cpp29 using android::base::GetBoolProperty;
38 static bool enabled = GetBoolProperty("ro.actionable_compatible_property.enabled", false);
H A Dinit.cpp363 if (!android::base::GetBoolProperty("ro.oem_unlock_supported", false)) {
H A Dproperty_service.cpp669 bool is_debuggable = android::base::GetBoolProperty("ro.debuggable", false);
/system/update_engine/
H A Dhardware_android.cc37 using android::base::GetBoolProperty;
127 return GetBoolProperty("ro.secure", true);
135 return !GetBoolProperty("ro.debuggable", false);
/system/libvintf/
H A Dutils.cpp48 return android::base::GetBoolProperty(key, defaultValue);
/system/core/base/include/android-base/
H A Dproperties.h39 bool GetBoolProperty(const std::string& key, bool default_value);
/system/core/adb/daemon/
H A Dmain.cpp74 bool ro_secure = android::base::GetBoolProperty("ro.secure", true);
186 if (ALLOW_ADBD_NO_AUTH && !android::base::GetBoolProperty("ro.adb.secure", false)) {
H A Dusb.cpp516 if (android::base::GetBoolProperty("sys.usb.ffs.aio_compat", false)) {
/system/vold/fs/
H A DF2fs.cpp81 if (android::base::GetBoolProperty("vold.has_quota", false)) {
H A DExt4.cpp182 if (android::base::GetBoolProperty("vold.has_quota", false)) {
/system/core/libprocessgroup/
H A Dprocessgroup.cpp52 using android::base::GetBoolProperty;
73 bool low_ram_device = GetBoolProperty("ro.config.low_ram", false);
75 GetBoolProperty("ro.config.per_app_memcg", low_ram_device);
/system/core/adb/
H A Dremount_service.cpp143 if (android::base::GetBoolProperty("ro.build.system_root_image", false)) {
H A Dset_verity_enable_state_service.cpp154 if (!android::base::GetBoolProperty("ro.secure", false)) {
H A Dtransport_local.cpp364 if (android::base::GetBoolProperty("ro.kernel.qemu", false)) {
/system/vold/
H A DMoveStorage.cpp97 if (android::base::GetBoolProperty(kPropBlockingExec, false)) {
148 if (android::base::GetBoolProperty(kPropBlockingExec, false)) {
H A Dmain.cpp94 if (android::base::GetBoolProperty("vold.debug", false)) {
252 || android::base::GetBoolProperty("vold.debug.default_primary", false)) {
/system/extras/perfprofd/
H A Dperfprofdcore.cc169 return android::base::GetBoolProperty("sys.boot_completed", false) != true;
748 running_in_emulator = android::base::GetBoolProperty("ro.kernel.qemu", false);
749 is_debug_build = android::base::GetBoolProperty("ro.debuggable", false);
/system/core/base/
H A Dproperties.cpp52 bool GetBoolProperty(const std::string& key, bool default_value) { function in namespace:android::base
H A Dproperties_test.cpp56 ASSERT_EQ(expected, android::base::GetBoolProperty("debug.libbase.property_test", default_value));
/system/core/debuggerd/libdebuggerd/
H A Dutility.cpp57 if (!android::base::GetBoolProperty("ro.debuggable", false)) {
H A Dtombstone.cpp60 using android::base::GetBoolProperty;
632 bool want_logs = android::base::GetBoolProperty("ro.debuggable", false);
/system/core/debuggerd/
H A Dcrash_dump.cpp466 bool wait_for_gdb = android::base::GetBoolProperty("debug.debuggerd.wait_for_gdb", false);
H A Ddebuggerd_test.cpp159 previous_wait_for_gdb = android::base::GetBoolProperty(kWaitForGdbKey, false);

Completed in 323 milliseconds

12