Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DFileSystemPreferences.c76 fl.l_whence = SEEK_SET; in Java_java_util_prefs_FileSystemPreferences_lockFile0()
126 fl.l_whence = SEEK_SET; in Java_java_util_prefs_FileSystemPreferences_unlockFile0()
DFileDispatcherImpl.c200 fl.l_whence = SEEK_SET; in FileDispatcherImpl_lock0()
237 fl.l_whence = SEEK_SET; in FileDispatcherImpl_release0()
DFileChannelImpl.c140 result = lseek64(fd, offset, SEEK_SET); in FileChannelImpl_position0()
/libcore/ojluni/src/main/java/java/io/
DRandomAccessFile.java589 Libcore.os.lseek(fd, pos, SEEK_SET); in seek()
/libcore/luni/src/main/java/android/system/
DOsConstants.java422 public static final int SEEK_SET = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp462 initConstant(env, c, "SEEK_SET", SEEK_SET); in OsConstants_initConstants()