Home
last modified time | relevance | path

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

/libnativehelper/
DJniInvocation.c69 char debuggable[PROP_VALUE_MAX] = {0}; in IsDebuggable() local
70 __system_property_get("ro.debuggable", debuggable); in IsDebuggable()
71 return strcmp(debuggable, "1") == 0; in IsDebuggable()
152 bool debuggable = IsDebuggable(); in JniInvocationGetLibrary() local
157 return JniInvocationGetLibraryWith(library, debuggable, system_preferred_library); in JniInvocationGetLibrary()