Home
last modified time | relevance | path

Searched defs:throwIOException (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/apache-commons-io/src/test/java/org/apache/commons/io/function/
H A DTestConstants.java69 static <T> T throwIOException() throws IOException { in throwIOException() method in TestConstants
73 static <T> T throwIOException(final String message) throws IOException { in throwIOException() method in TestConstants
/aosp_15_r20/cts/tests/tests/security/jni/
H A Dandroid_security_cts_LinuxRngTest.cpp30 static void throwIOException(JNIEnv* env, const char *format, ...) { in throwIOException() function
/aosp_15_r20/packages/modules/Virtualization/libs/libvirtualization_jni/
Dandroid_system_virtualmachine_VirtualMachine.cpp44 void throwIOException(JNIEnv *env, const std::string &msg) { in throwIOException() function
/aosp_15_r20/packages/modules/Connectivity/staticlibs/native/bpfmapjni/
Dcom_android_net_module_util_TcUtils.cpp27 static void throwIOException(JNIEnv *env, const char *msg, int error) { in throwIOException() function
/aosp_15_r20/libnativehelper/tests_mts/src/com/android/art/libnativehelper/
H A DJniHelpTest.java43 private static native void throwIOException(int cause) throws IOException; in throwIOException() method in JniHelpTest
/aosp_15_r20/libnativehelper/tests_mts/jni/
H A Djni_helper_jni.cpp61 static void throwIOException(JNIEnv* env, jclass /*clazz*/, jint cause) { in throwIOException() function
/aosp_15_r20/packages/modules/Connectivity/service/jni/
Dcom_android_server_connectivity_ClatCoordinator.cpp140 static void throwIOException(JNIEnv* env, const char* msg, int error) { in throwIOException() function
/aosp_15_r20/external/conscrypt/common/src/jni/main/cpp/conscrypt/
H A Djniutil.cc279 int throwIOException(JNIEnv* env, const char* message) { in throwIOException() function
/aosp_15_r20/libcore/ojluni/src/main/native/
H A DUNIXProcess_md.c567 throwIOException(JNIEnv *env, int errnum, const char *defaultDetail) in throwIOException() function