HomeSort by relevance Sort by last modified time
    Searched refs:F_NOTIFY (Results 51 - 57 of 57) sorted by null

1 23

  /external/strace/
desc.c 157 #ifdef F_NOTIFY
158 { F_NOTIFY, "F_NOTIFY" },
198 #ifdef F_NOTIFY
353 #ifdef F_NOTIFY
354 case F_NOTIFY:
376 #ifdef F_NOTIFY
377 case F_NOTIFY:
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fcntl.h 114 # define F_NOTIFY 1026 /* Request notfications on a directory. */
148 /* Types of directory notifications that may be requested with F_NOTIFY. */
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl.h 114 # define F_NOTIFY 1026 /* Request notfications on a directory. */
148 /* Types of directory notifications that may be requested with F_NOTIFY. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl.h 114 # define F_NOTIFY 1026 /* Request notfications on a directory. */
148 /* Types of directory notifications that may be requested with F_NOTIFY. */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_fcntl.py 109 cmd = fcntl.F_NOTIFY
113 self.skipTest("F_NOTIFY or DN_MULTISHOT unavailable")
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_fcntl.py 109 cmd = fcntl.F_NOTIFY
113 self.skipTest("F_NOTIFY or DN_MULTISHOT unavailable")
  /development/ndk/sources/android/libportable/arch-mips/
fcntl.c 147 native_cmd = F_NOTIFY;
399 case F_NOTIFY:

Completed in 491 milliseconds

1 23