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

  /libcore/luni/src/main/native/
ZipUtilities.h 46 void throwExceptionForZlibError(JNIEnv* env, const char* exceptionClassName, int error,
java_util_zip_Deflater.cpp 61 throwExceptionForZlibError(env, "java/lang/IllegalArgumentException", err, jstream.get());
97 throwExceptionForZlibError(env, "java/util/zip/DataFormatException", err, stream);
121 throwExceptionForZlibError(env, "java/lang/IllegalArgumentException", err, stream);
135 throwExceptionForZlibError(env, "java/lang/IllegalStateException", err, stream);
ZipUtilities.cpp 23 void throwExceptionForZlibError(JNIEnv* env, const char* exceptionClassName, int error,
60 throwExceptionForZlibError(env, "java/lang/IllegalArgumentException", err, NULL);
java_util_zip_Inflater.cpp 45 throwExceptionForZlibError(env, "java/lang/IllegalArgumentException", err, jstream.get());
118 throwExceptionForZlibError(env, "java/util/zip/DataFormatException", err, stream);
150 throwExceptionForZlibError(env, "java/lang/IllegalArgumentException", err, stream);

Completed in 50 milliseconds