Home
last modified time | relevance | path

Searched refs:IN_CREATE (Results 1 – 16 of 16) sorted by relevance

/external/strace/xlat/
Dinotify_flags.h62 #if defined(IN_CREATE) || (defined(HAVE_DECL_IN_CREATE) && HAVE_DECL_IN_CREATE)
64 static_assert((IN_CREATE) == (0x00000100), "IN_CREATE != 0x00000100");
67 # define IN_CREATE 0x00000100
179 XLAT(IN_CREATE),
Dinotify_flags.in9 IN_CREATE 0x00000100
/external/kernel-headers/original/uapi/linux/
Dinotify.h38 #define IN_CREATE 0x00000100 /* Subfile was created */ macro
68 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
/external/ltp/testcases/kernel/syscalls/utils/
Dinotify.h35 #define IN_CREATE 0x00000100 /* Subfile was created */ macro
63 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
/external/llvm-project/clang/lib/DirectoryWatcher/linux/
DDirectoryWatcher-linux.cpp247 if (Event->mask & (IN_CREATE | IN_MODIFY | IN_MOVED_TO | IN_DELETE) && in InotifyPollingLoop()
254 if (Event->mask & (IN_CREATE | IN_MOVED_TO | IN_MODIFY)) { in InotifyPollingLoop()
338 IN_CREATE | IN_DELETE | IN_DELETE_SELF | IN_MODIFY | in create()
/external/adhd/cras/src/common/
Dcras_file_wait.c109 if ((event->mask & (IN_CREATE | IN_MOVED_TO)) != 0) in cras_file_wait_process_event()
232 flags = IN_CREATE | IN_MOVED_TO | IN_DELETE | IN_MOVED_FROM; in cras_file_wait_dispatch()
/external/ltp/testcases/kernel/syscalls/inotify/
DREADME28 creat file IN_CREATE
Dinotify02.c74 event_set[test_cnt].mask = IN_CREATE; in verify_inotify()
/external/rust/crates/nix/test/sys/
Dtest_inotify.rs49 assert_eq!(events[0].mask, AddWatchFlags::IN_CREATE); in test_inotify_multi_events()
/external/rust/crates/nix/src/sys/
Dinotify.rs51 IN_CREATE;
/external/libchrome/base/files/
Dfile_path_watcher_linux.cc300 IN_ATTRIB | IN_CREATE | IN_DELETE | in AddWatch()
338 event->mask & (IN_CREATE | IN_MOVED_TO), in OnInotifyEvent()
/external/selinux/restorecond/
Dwatch.c92 ptr->wd = inotify_add_watch(fd, dir, IN_CREATE | IN_MOVED_TO); in watch_list_add()
/external/iproute2/ip/
Dipnetns.c745 if (inotify_add_watch(fd, NETNS_RUN_DIR, IN_CREATE | IN_DELETE) < 0) { in netns_monitor()
761 if (event->mask & IN_CREATE) in netns_monitor()
/external/fastrpc/src/
Dlog_config.c366 if ( (event->mask & IN_CREATE) || (event->mask & IN_MODIFY)) { in file_watcher_thread()
527 log_config_watcher[dom].paths[i].data, IN_CREATE | IN_DELETE)) < 0) { in initFileWatcher()
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2171 pub const IN_CREATE: u32 = 0x0000_0100; constant
2196 | IN_CREATE
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2518 pub const IN_CREATE: u32 = 0x0000_0100; constant
2587 | IN_CREATE