Searched refs:debuggable (Results 1 - 3 of 3) sorted by relevance

/system/core/init/
H A Dkeychords.c98 const char* debuggable; local
103 // only handle keychords if ro.debuggable is set or adb is enabled.
106 debuggable = property_get("ro.debuggable");
114 if ((debuggable && !strcmp(debuggable, "1")) ||
H A Dproperty_service.c587 const char *debuggable = property_get("ro.debuggable"); local
588 if (debuggable && (strcmp(debuggable, "1") == 0)) {
H A Dinit.c841 char* debuggable; local

Completed in 49 milliseconds