Searched refs:doThrowIOE (Results 1 – 4 of 4) sorted by relevance
50 doThrowIOE(env, "Image format not supported"); in createBitmapRegionDecoder()79 doThrowIOE(env, "broken file descriptor"); in nativeNewInstanceFromFileDescriptor()
308 void doThrowIOE(JNIEnv* env, const char* msg = NULL); // IO Exception
567 doThrowIOE(env, "broken file descriptor"); in nativeDecodeFileDescriptor()
45 void doThrowIOE(JNIEnv* env, const char* msg) { in doThrowIOE() function