Searched refs:is_debuggable (Results 1 – 3 of 3) sorted by relevance
183 int is_debuggable = osi_property_get_int32(IS_DEBUGGABLE_PROPERTY, 0); in start_up() local185 if (is_debuggable) { in start_up()
720 bool is_debuggable = android::base::GetBoolProperty("ro.debuggable", false); in update_sys_usb_config() local723 property_set("persist.sys.usb.config", is_debuggable ? "adb" : "none"); in update_sys_usb_config()724 } else if (is_debuggable && config.find("adb") == std::string::npos && in update_sys_usb_config()
162 static bool is_debuggable() { in is_debuggable() function469 if (is_debuggable()) { in Initialize()