Home
last modified time | relevance | path

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

/libnativehelper/
DDlHelp.c60 DWORD cause = GetLastError(); in DlGetError() local
62 DWORD length = FormatMessageA(flags, NULL, cause, 0, buffer, sizeof(buffer), NULL); in DlGetError()
66 GetLastError(), cause); in DlGetError()
DNOTICE31 "control" means (i) the power, direct or indirect, to cause the
110 (b) You must cause any modified files to carry prominent notices
/libnativehelper/tests_mts/jni/
Djni_helper_jni.cpp61 static void throwIOException(JNIEnv* env, jclass /*clazz*/, jint cause) { in throwIOException() argument
62 jniThrowIOException(env, cause); in throwIOException()
65 static void throwErrnoException(JNIEnv* env, jclass /*clazz*/, jstring functionName, jint cause) { in throwErrnoException() argument
67 jniThrowErrnoException(env, m.c_str(), cause); in throwErrnoException()
/libnativehelper/tests_mts/src/com/android/art/libnativehelper/
DJniHelpTest.java43 private static native void throwIOException(int cause) throws IOException; in throwIOException() argument
44 … private static native void throwErrnoException(String fileName, int cause) throws ErrnoException; in throwErrnoException() argument