Searched refs:throwIOException (Results 1 – 1 of 1) sorted by relevance
/cts/tests/tests/security/jni/ |
D | android_security_cts_LinuxRngTest.cpp | 29 static void throwIOException(JNIEnv* env, const char *format, ...) { in throwIOException() function 52 throwIOException(env, "Failed to stat %s: %s", nameStr, strerror(errno)); in android_security_cts_LinuxRngTest_getCharDeviceMajor() 57 throwIOException(env, "%s is not a character device: mode is 0%o", nameStr, st.st_mode); in android_security_cts_LinuxRngTest_getCharDeviceMajor() 78 throwIOException(env, "Failed to stat %s: %s", nameStr, strerror(errno)); in android_security_cts_LinuxRngTest_getCharDeviceMinor() 83 throwIOException(env, "%s is not a character device: mode is 0%o", nameStr, st.st_mode); in android_security_cts_LinuxRngTest_getCharDeviceMinor()
|