Home
last modified time | relevance | path

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

/libcore/luni/src/main/native/
Dlibcore_io_Linux.cpp1870 …c void Linux_mincore(JNIEnv* env, jobject, jlong address, jlong byteCount, jbyteArray javaVector) { in Linux_mincore() argument
1871 ScopedByteArrayRW vector(env, javaVector); in Linux_mincore()