HomeSort by relevance Sort by last modified time
    Searched refs:wd (Results 1 - 25 of 70) sorted by null

1 2 3

  /external/bluetooth/glib/gio/inotify/
inotify-kernel.h 27 gint32 wd; member in struct:ik_event_s
38 gint32 wd,
46 gint32 wd);
inotify-path.c 55 gint32 wd; member in struct:ip_watched_dir_s
74 * the same wd
79 int wd);
128 ip_map_wd_dir (gint32 wd,
133 g_assert (wd >= 0 && dir);
134 dir_list = g_hash_table_lookup (wd_dir_hash, GINT_TO_POINTER (wd));
136 g_hash_table_replace (wd_dir_hash, GINT_TO_POINTER (dir->wd), dir_list);
142 gint32 wd; local
159 wd = _ik_watch (sub->dirname, IP_INOTIFY_MASK|IN_ONLYDIR, &err);
160 if (wd < 0)
    [all...]
inotify-kernel.c 240 event->wd = kevent->wd;
254 gint32 wd,
258 event->wd = wd;
285 gint32 wd = -1; local
290 wd = inotify_add_watch (inotify_instance_fd, path, mask);
292 if (wd < 0)
298 return wd;
301 g_assert (wd >= 0)
    [all...]
  /external/clang/test/SemaCXX/
flexible-array-test.cpp 20 int wd; member in struct:inotify_event
35 eventForId.insert(ptr->wd, *ptr);
  /external/srec/srec/crec/
text_parser.c 36 const char *wd, *p; local
51 /* wd points to the first char of last word */
52 wd = transcription;
55 for (wd = transcription + tlen - 1; wd > transcription; wd--)
57 if (*wd == ' ')
59 wd++;
64 for (p = wd, q = copy_of_word; ; p++, q++)
87 next_atok = get_arc_for_word_without_slot_annotation(atok, wd, context, context->beg_silence_word)
    [all...]
  /bionic/libc/kernel/common/linux/
inotify.h 24 __s32 wd; member in struct:inotify_event
  /development/ndk/platforms/android-3/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /external/clang/test/CodeGen/
char-literal.c 79 wchar_t wd = L'\U0010F00B'; local
  /prebuilts/gcc/darwin-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/
inotify.h 16 * such as IN_CREATE, IN_DELETE, IN_OPEN, IN_CLOSE, ..., relative to the wd.
19 __s32 wd; /* watch descriptor */ member in struct:inotify_event
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/
inotify.h 16 * such as IN_CREATE, IN_DELETE, IN_OPEN, IN_CLOSE, ..., relative to the wd.
19 __s32 wd; /* watch descriptor */ member in struct:inotify_event
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/
inotify.h 16 * such as IN_CREATE, IN_DELETE, IN_OPEN, IN_CLOSE, ..., relative to the wd.
19 __s32 wd; /* watch descriptor */ member in struct:inotify_event
  /prebuilts/gcc/linux-x86/mips/mipsel-linux-android-4.4.3/sysroot/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /prebuilts/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /prebuilts/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /prebuilts/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /prebuilts/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /prebuilts/ndk/android-ndk-r5/platforms/android-3/arch-arm/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-arm/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /prebuilts/ndk/android-ndk-r6/platforms/android-3/arch-x86/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-arm/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /prebuilts/ndk/android-ndk-r7/platforms/android-14/arch-x86/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/linux/
inotify.h 18 __s32 wd; member in struct:inotify_event

Completed in 4605 milliseconds

1 2 3