Home
last modified time | relevance | path

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

/frameworks/base/ravenwood/runtime-common-src/com/android/ravenwood/common/
DRavenwoodRuntimeNative.java34 public static native long nLseek(int fd, long offset, int whence); in nLseek() method in RavenwoodRuntimeNative
43 return nLseek(JvmWorkaround.getInstance().getFdInt(fd), offset, whence); in lseek()
/frameworks/base/ravenwood/runtime-jni/
Dravenwood_runtime.cpp59 static jlong nLseek(JNIEnv* env, jclass, jint fd, jlong offset, jint whence) { in nLseek() function
86 { "nLseek", "(IJI)J", (void*)nLseek },