Searched refs:nLseek (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/ravenwood/runtime-common-src/com/android/ravenwood/common/ |
D | RavenwoodRuntimeNative.java | 34 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/ |
D | ravenwood_runtime.cpp | 59 static jlong nLseek(JNIEnv* env, jclass, jint fd, jlong offset, jint whence) { in nLseek() function 86 { "nLseek", "(IJI)J", (void*)nLseek },
|