Home
last modified time | relevance | path

Searched refs:inotify_event (Results 1 – 23 of 23) sorted by relevance

/external/clang/test/SemaCXX/
Dflexible-array-test.cpp24 struct inotify_event struct
36 inotify_event event; in foo() argument
37 inotify_event* ptr = &event; in foo()
38 inotify_event event1 = *ptr; in foo()
40 QMap<int, inotify_event> eventForId; in foo()
/external/llvm-project/clang/test/SemaCXX/
Dflexible-array-test.cpp24 struct inotify_event struct
36 inotify_event event; in foo() argument
37 inotify_event* ptr = &event; in foo()
38 inotify_event event1 = *ptr; in foo()
40 QMap<int, inotify_event> eventForId; in foo()
/external/llvm-project/clang/lib/DirectoryWatcher/linux/
DDirectoryWatcher-linux.cpp177 30 * (sizeof(struct inotify_event) + NAME_MAX + 1); in InotifyPollingLoop()
186 alignas(struct inotify_event) char buffer[EventBufferLength]; in InotifyPollingLoop()
238 if (P + sizeof(struct inotify_event) > Buf + NumRead) { in InotifyPollingLoop()
244 struct inotify_event *Event = reinterpret_cast<struct inotify_event *>(P); in InotifyPollingLoop()
245 P += sizeof(struct inotify_event) + Event->len; in InotifyPollingLoop()
/external/ltp/testcases/kernel/syscalls/inotify/
Dinotify05.c29 #define EVENT_SIZE (sizeof(struct inotify_event))
77 struct inotify_event *event; in verify_inotify()
79 event = (struct inotify_event *)&event_buf[i]; in verify_inotify()
Dinotify01.c29 #define EVENT_SIZE (sizeof (struct inotify_event))
106 struct inotify_event *event; in verify_inotify()
107 event = (struct inotify_event *)&event_buf[i]; in verify_inotify()
Dinotify03.c33 #define EVENT_SIZE (sizeof(struct inotify_event))
90 struct inotify_event *event; in verify_inotify()
91 event = (struct inotify_event *)&event_buf[i]; in verify_inotify()
Dinotify08.c45 #define EVENT_SIZE (sizeof (struct inotify_event))
96 struct inotify_event *event; in verify_inotify()
97 event = (struct inotify_event *)&event_buf[i]; in verify_inotify()
Dinotify04.c32 #define EVENT_SIZE (sizeof(struct inotify_event))
131 struct inotify_event *event; in verify_inotify()
132 event = (struct inotify_event *)&event_buf[i]; in verify_inotify()
Dinotify07.c44 #define EVENT_SIZE (sizeof (struct inotify_event))
98 struct inotify_event *event; in verify_inotify()
99 event = (struct inotify_event *)&event_buf[i]; in verify_inotify()
Dinotify02.c35 #define EVENT_SIZE (sizeof (struct inotify_event))
133 struct inotify_event *event; in verify_inotify()
134 event = (struct inotify_event *)&event_buf[i]; in verify_inotify()
/external/selinux/restorecond/
Duser.c105 #define EVENT_SIZE (sizeof (struct inotify_event))
133 struct inotify_event *event; in io_channel_callback()
134 event = (struct inotify_event *)&buffer[i]; in io_channel_callback()
Dwatch.c32 #define EVENT_SIZE (sizeof (struct inotify_event))
196 struct inotify_event *event; in watch()
197 event = (struct inotify_event *)&buf[i]; in watch()
/external/adhd/cras/src/common/
Dcras_file_wait.c19 #define CRAS_FILE_WAIT_EVENT_MIN_SIZE sizeof(struct inotify_event)
83 struct inotify_event *event) in cras_file_wait_process_event()
130 struct inotify_event *event; in cras_file_wait_dispatch()
163 event = (struct inotify_event in cras_file_wait_dispatch()
/external/toybox/toys/other/
Dinotifyd.c74 struct inotify_event *event; in inotifyd_main()
87 size = sizeof(struct inotify_event); in inotifyd_main()
/external/libchrome/base/files/
Dfile_path_watcher_linux.cc78 void OnInotifyEvent(const inotify_event* event);
262 inotify_event* event = reinterpret_cast<inotify_event*>(&buffer[i]); in ThreadMain()
263 size_t event_size = sizeof(inotify_event) + event->len; in ThreadMain()
326 void InotifyReader::OnInotifyEvent(const inotify_event* event) { in OnInotifyEvent()
/external/rust/crates/nix/src/sys/
Dinotify.rs175 let header_size = size_of::<libc::inotify_event>(); in read_events()
185 let mut event = MaybeUninit::<libc::inotify_event>::uninit(); in read_events()
/external/fastrpc/src/
Dlog_config.c55 #define EVENT_SIZE ( sizeof (struct inotify_event) )
260 static int readLogConfigFromEvent(int dom, struct inotify_event *event){ in readLogConfigFromEvent()
281 static int resetLogConfigFromEvent(int dom, struct inotify_event *event) { in resetLogConfigFromEvent()
348 struct inotify_event *event = ( struct inotify_event * ) &buffer[ i ]; in file_watcher_thread()
/external/kernel-headers/original/uapi/linux/
Dinotify.h21 struct inotify_event { struct
/external/iproute2/ip/
Dipnetns.c732 struct inotify_event *event; in netns_monitor()
758 for (event = (struct inotify_event *)buf; in netns_monitor()
760 event = (struct inotify_event *)((char *)event + sizeof(*event) + event->len)) { in netns_monitor()
/external/ltp/testcases/kernel/syscalls/utils/
Dinotify.h18 struct inotify_event { struct
/external/toybox/lib/
Dportability.c269 struct inotify_event ev; in xnotify_wait()
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs211 pub struct inotify_event {
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs493 pub struct inotify_event {