Home
last modified time | relevance | path

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

/cts/hostsidetests/appsecurity/test-apps/SplitApp/jni/
Dcom_android_cts_splitapp_Native.cpp68 #define ABI_BITNESS 32 macro
70 #define ABI_BITNESS 64 macro
74 return ABI_BITNESS; in get_abi_bitness()
147 LOGI("JNI_OnLoad revision %d bits", ABI_BITNESS); in JNI_OnLoad()
149 LOGI("JNI_OnLoad %d bits", ABI_BITNESS); in JNI_OnLoad()