Searched refs:F_SETLKW64 (Results 1 - 3 of 3) sorted by relevance

/libcore/ojluni/src/main/native/
H A DFileDispatcherImpl.c52 #define F_SETLKW64 F_SETLKW macro
213 cmd = F_SETLKW64;
/libcore/luni/src/main/java/android/system/
H A DOsConstants.java277 public static final int F_SETLKW64 = placeholder(); field in class:OsConstants
/libcore/luni/src/main/native/
H A Dandroid_system_OsConstants.cpp244 #if defined(F_SETLKW64)
245 initConstant(env, c, "F_SETLKW64", F_SETLKW64);

Completed in 54 milliseconds