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

  /cts/tests/tests/security/jni/
android_security_cts_LinuxRngTest.cpp 29 static void throwIOException(JNIEnv* env, const char *format, ...) {
52 throwIOException(env, "Failed to stat %s: %s", nameStr, strerror(errno));
57 throwIOException(env, "%s is not a character device: mode is 0%o", nameStr, st.st_mode);
78 throwIOException(env, "Failed to stat %s: %s", nameStr, strerror(errno));
83 throwIOException(env, "%s is not a character device: mode is 0%o", nameStr, st.st_mode);
  /libcore/ojluni/src/main/native/
UNIXProcess_md.c 483 throwIOException(JNIEnv *env, int errnum, const char *defaultDetail)
891 throwIOException(env, errno, "Bad file descriptor");
909 throwIOException(env, errno, START_CHILD_SYSTEM_CALL " failed");
919 throwIOException(env, errnum, "Exec failed");
922 throwIOException(env, errno, "Read failed");
  /external/conscrypt/src/main/native/
org_conscrypt_NativeCrypto.cpp 510 static int throwIOException(JNIEnv* env, const char* message) {
511 JNI_TRACE("throwIOException %s", message);
    [all...]

Completed in 265 milliseconds