Home
last modified time | relevance | path

Searched refs:dictionaryBytes (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/main/native/
DZipUtilities.cpp47 std::unique_ptr<jbyte[]> dictionaryBytes(new jbyte[len]); in setDictionary() local
48 if (dictionaryBytes.get() == NULL) { in setDictionary()
52 env->GetByteArrayRegion(javaDictionary, off, len, &dictionaryBytes[0]); in setDictionary()
53 const Bytef* dictionary = reinterpret_cast<const Bytef*>(&dictionaryBytes[0]); in setDictionary()
64 mDict.reset(dictionaryBytes.release()); in setDictionary()