Searched refs:debuggable (Results 1 – 1 of 1) sorted by relevance
69 char debuggable[PROP_VALUE_MAX] = {0}; in IsDebuggable() local70 __system_property_get("ro.debuggable", debuggable); in IsDebuggable()71 return strcmp(debuggable, "1") == 0; in IsDebuggable()152 bool debuggable = IsDebuggable(); in JniInvocationGetLibrary() local157 return JniInvocationGetLibraryWith(library, debuggable, system_preferred_library); in JniInvocationGetLibrary()