OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:doThrowIOE
(Results
1 - 4
of
4
) sorted by null
/frameworks/base/core/jni/android/graphics/
BitmapRegionDecoder.cpp
82
doThrowIOE
(env, "Image format not supported");
94
doThrowIOE
(env, msg);
125
doThrowIOE
(env, "broken file descriptor");
GraphicsJNI.h
284
void
doThrowIOE
(JNIEnv* env, const char* msg = NULL); // IO Exception
BitmapFactory.cpp
485
doThrowIOE
(env, "broken file descriptor");
Graphics.cpp
39
void
doThrowIOE
(JNIEnv* env, const char* msg) {
Completed in 47 milliseconds