/third_party/ltp/testcases/kernel/syscalls/utils/ |
D | inotify.h | 35 #define IN_CREATE 0x00000100 /* Subfile was created */ macro 63 IN_MOVED_TO | IN_DELETE | IN_CREATE | IN_DELETE_SELF | \
|
/third_party/musl/libc-test/src/functionalext/supplement/linux/ |
D | inotify.c | 65 {.fd = fd, .wd = -1, .mask = IN_CREATE}, in inotify_test() 124 {.fd = -1, .wd = -1, .mask = IN_CREATE}, in inotify_add_watch_0200()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
D | inotify.h | 30 #define IN_CREATE 0x00000100 macro
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
D | inotify.h | 30 #define IN_CREATE 0x00000100 macro
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
D | inotify.h | 30 #define IN_CREATE 0x00000100 macro
|
/third_party/musl/include/sys/ |
D | inotify.h | 30 #define IN_CREATE 0x00000100 macro
|
/third_party/alsa-utils/alsactl/ |
D | monitor.c | 188 if ((ev->mask & IN_CREATE) && in check_control_cdev() 416 wd = inotify_add_watch(infd, "/dev/snd/", IN_CREATE); in monitor()
|
/third_party/rust/crates/nix/test/sys/ |
D | test_inotify.rs | 49 assert_eq!(events[0].mask, AddWatchFlags::IN_CREATE); in test_inotify_multi_events()
|
/third_party/ltp/testcases/kernel/syscalls/inotify/ |
D | README | 28 creat file IN_CREATE
|
D | inotify02.c | 74 event_set[test_cnt].mask = IN_CREATE; in verify_inotify()
|
/third_party/rust/crates/nix/src/sys/ |
D | inotify.rs | 58 IN_CREATE;
|
/third_party/libuv/src/unix/ |
D | linux-inotify.c | 267 | IN_CREATE in uv_fs_event_start()
|
/third_party/node/deps/uv/src/unix/ |
D | linux-inotify.c | 267 | IN_CREATE in uv_fs_event_start()
|
/third_party/glfw/src/ |
D | linux_joystick.c | 195 IN_CREATE | IN_ATTRIB); in _glfwInitJoysticksLinux()
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 2620 pub const IN_CREATE: u32 = 0x0000_0100; constant 2645 | IN_CREATE
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | linux.txt | 909 IN_CREATE
|
D | android.txt | 806 IN_CREATE
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 3059 pub const IN_CREATE: u32 = 0x0000_0100; constant 3128 | IN_CREATE
|
/third_party/rust/crates/libc/src/unix/nto/ |
D | mod.rs | 1445 pub const IN_CREATE: u32 = 0x00000100; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 686 pub const IN_CREATE: u32 = 256; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 691 pub const IN_CREATE: u32 = 256; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 686 pub const IN_CREATE: u32 = 256; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 687 pub const IN_CREATE: u32 = 256; constant
|
/third_party/rust/crates/linux-raw-sys/src/powerpc64/ |
D | general.rs | 698 pub const IN_CREATE: u32 = 256; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips/ |
D | general.rs | 695 pub const IN_CREATE: u32 = 256; constant
|