Home
last modified time | relevance | path

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

/cts/tests/tests/os/jni/
Dandroid_os_cts_NoExecutePermissionTest.cpp26 static jboolean isAddressExecutable(uintptr_t address) { in isAddressExecutable() function
51 return isAddressExecutable((uintptr_t) &foo); in android_os_cts_NoExecutePermissionTest_isStackExecutable()
62 jboolean result = isAddressExecutable((uintptr_t) foo); in android_os_cts_NoExecutePermissionTest_isHeapExecutable()