/external/clang/test/SemaCXX/ |
D | flexible-array-test.cpp | 24 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/ |
D | flexible-array-test.cpp | 24 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/ |
D | DirectoryWatcher-linux.cpp | 177 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/ |
D | inotify05.c | 29 #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()
|
D | inotify01.c | 29 #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()
|
D | inotify03.c | 33 #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()
|
D | inotify08.c | 45 #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()
|
D | inotify04.c | 32 #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()
|
D | inotify07.c | 44 #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()
|
D | inotify02.c | 35 #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/ |
D | user.c | 105 #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()
|
D | watch.c | 32 #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/ |
D | cras_file_wait.c | 19 #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/ |
D | inotifyd.c | 74 struct inotify_event *event; in inotifyd_main() 87 size = sizeof(struct inotify_event); in inotifyd_main()
|
/external/libchrome/base/files/ |
D | file_path_watcher_linux.cc | 78 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/ |
D | inotify.rs | 175 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/ |
D | log_config.c | 55 #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/ |
D | inotify.h | 21 struct inotify_event { struct
|
/external/iproute2/ip/ |
D | ipnetns.c | 732 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/ |
D | inotify.h | 18 struct inotify_event { struct
|
/external/toybox/lib/ |
D | portability.c | 269 struct inotify_event ev; in xnotify_wait()
|
/external/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 211 pub struct inotify_event {
|
/external/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 493 pub struct inotify_event {
|