Searched refs:F_SETLK64 (Results 1 - 4 of 4) sorted by relevance

/libcore/ojluni/src/main/native/
H A DFileSystemPreferences.c100 rc = fcntl(fd, F_SETLK64, &fl);
134 rc = fcntl(fd, F_SETLK64, &fl);
H A DFileDispatcherImpl.c53 #define F_SETLK64 F_SETLK macro
215 cmd = F_SETLK64;
219 if ((cmd == F_SETLK64) && (errno == EAGAIN || errno == EACCES))
235 int cmd = F_SETLK64;
/libcore/luni/src/main/java/android/system/
H A DOsConstants.java275 public static final int F_SETLK64 = placeholder(); field in class:OsConstants
/libcore/luni/src/main/native/
H A Dandroid_system_OsConstants.cpp240 #if defined(F_SETLK64)
241 initConstant(env, c, "F_SETLK64", F_SETLK64);

Completed in 75 milliseconds