Searched refs:is_debuggable (Results 1 - 2 of 2) sorted by relevance

/system/core/libnativeloader/
H A Dnative_loader.cpp121 static bool is_debuggable() { function in namespace:android
371 if (is_debuggable()) {
/system/core/init/
H A Dproperty_service.cpp669 bool is_debuggable = android::base::GetBoolProperty("ro.debuggable", false); local
672 property_set("persist.sys.usb.config", is_debuggable ? "adb" : "none");
673 } else if (is_debuggable && config.find("adb") == std::string::npos &&

Completed in 394 milliseconds