Searched refs:debuggable (Results 1 – 1 of 1) sorted by relevance
64 char debuggable[PROPERTY_VALUE_MAX]; in GetLibrary() local65 property_get(kDebuggableSystemProperty, debuggable, kDebuggableFallback); in GetLibrary()67 if (strcmp(debuggable, "1") != 0) { in GetLibrary()