Home
last modified time | relevance | path

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

/libcore/ojluni/src/main/native/
DFileSystemPreferences.c98 rc = fcntl(fd, F_SETLK, &fl); in Java_java_util_prefs_FileSystemPreferences_lockFile0()
132 rc = fcntl(fd, F_SETLK, &fl); in Java_java_util_prefs_FileSystemPreferences_unlockFile0()
DFileDispatcherImpl.c53 #define F_SETLK64 F_SETLK
/libcore/luni/src/main/java/android/system/
DOsConstants.java274 public static final int F_SETLK = placeholder(); field in OsConstants
/libcore/luni/src/main/native/
Dandroid_system_OsConstants.cpp239 initConstant(env, c, "F_SETLK", F_SETLK); in OsConstants_initConstants()