Searched refs:doThrowIOE (Results 1 – 4 of 4) sorted by relevance
82 doThrowIOE(env, "Image format not supported"); in createBitmapRegionDecoder()94 doThrowIOE(env, msg); in createBitmapRegionDecoder()125 doThrowIOE(env, "broken file descriptor"); in nativeNewInstanceFromFileDescriptor()
266 void doThrowIOE(JNIEnv* env, const char* msg = NULL); // IO Exception
521 doThrowIOE(env, "broken file descriptor"); in nativeDecodeFileDescriptor()
37 void doThrowIOE(JNIEnv* env, const char* msg) { in doThrowIOE() function