Home
last modified time | relevance | path

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

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