HomeSort by relevance Sort by last modified time
    Searched defs:throwIOException (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/security/jni/
android_security_cts_LinuxRngTest.cpp 30 static void throwIOException(JNIEnv* env, const char *format, ...) {
53 throwIOException(env, "Failed to stat %s: %s", nameStr, strerror(errno));
58 throwIOException(env, "%s is not a character device: mode is 0%o", nameStr, st.st_mode);
79 throwIOException(env, "Failed to stat %s: %s", nameStr, strerror(errno));
84 throwIOException(env, "%s is not a character device: mode is 0%o", nameStr, st.st_mode);
  /external/conscrypt/common/src/jni/main/cpp/conscrypt/
jniutil.cc 193 int throwIOException(JNIEnv* env, const char* message) {
194 JNI_TRACE("throwIOException %s", message);

Completed in 208 milliseconds