Home | History | Annotate | Download | only in native

Lines Matching refs:certArray

6742     ScopedLocalRef<jlongArray> certArray(env, env->NewLongArray(size));
6743 ScopedLongArrayRW certs(env, certArray.get());
6750 return certArray.release();