Home
last modified time | relevance | path

Searched defs:cause (Results 1 – 3 of 3) sorted by relevance

/libnativehelper/
DDlHelp.c60 DWORD cause = GetLastError(); in DlGetError() local
/libnativehelper/tests_mts/src/com/android/art/libnativehelper/
DJniHelpTest.java43 private static native void throwIOException(int cause) throws IOException; in throwIOException()
44 … private static native void throwErrnoException(String fileName, int cause) throws ErrnoException; in throwErrnoException()
/libnativehelper/tests_mts/jni/
Djni_helper_jni.cpp61 static void throwIOException(JNIEnv* env, jclass /*clazz*/, jint cause) { in throwIOException()
65 static void throwErrnoException(JNIEnv* env, jclass /*clazz*/, jstring functionName, jint cause) { in throwErrnoException()