Home
last modified time | relevance | path

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

12

/third_party/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 | \
/third_party/musl/libc-test/src/functionalext/supplement/linux/
Dinotify.c65 {.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/
Dinotify.h30 #define IN_CREATE 0x00000100 macro
/third_party/musl/porting/uniproton/kernel/include/sys/
Dinotify.h30 #define IN_CREATE 0x00000100 macro
/third_party/musl/porting/liteos_m/kernel/include/sys/
Dinotify.h30 #define IN_CREATE 0x00000100 macro
/third_party/musl/include/sys/
Dinotify.h30 #define IN_CREATE 0x00000100 macro
/third_party/alsa-utils/alsactl/
Dmonitor.c188 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/
Dtest_inotify.rs49 assert_eq!(events[0].mask, AddWatchFlags::IN_CREATE); in test_inotify_multi_events()
/third_party/ltp/testcases/kernel/syscalls/inotify/
DREADME28 creat file IN_CREATE
Dinotify02.c74 event_set[test_cnt].mask = IN_CREATE; in verify_inotify()
/third_party/rust/crates/nix/src/sys/
Dinotify.rs58 IN_CREATE;
/third_party/libuv/src/unix/
Dlinux-inotify.c267 | IN_CREATE in uv_fs_event_start()
/third_party/node/deps/uv/src/unix/
Dlinux-inotify.c267 | IN_CREATE in uv_fs_event_start()
/third_party/glfw/src/
Dlinux_joystick.c195 IN_CREATE | IN_ATTRIB); in _glfwInitJoysticksLinux()
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2620 pub const IN_CREATE: u32 = 0x0000_0100; constant
2645 | IN_CREATE
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt909 IN_CREATE
Dandroid.txt806 IN_CREATE
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs3059 pub const IN_CREATE: u32 = 0x0000_0100; constant
3128 | IN_CREATE
/third_party/rust/crates/libc/src/unix/nto/
Dmod.rs1445 pub const IN_CREATE: u32 = 0x00000100; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs686 pub const IN_CREATE: u32 = 256; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs691 pub const IN_CREATE: u32 = 256; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs686 pub const IN_CREATE: u32 = 256; constant
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs687 pub const IN_CREATE: u32 = 256; constant
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
Dgeneral.rs698 pub const IN_CREATE: u32 = 256; constant
/third_party/rust/crates/linux-raw-sys/src/mips/
Dgeneral.rs695 pub const IN_CREATE: u32 = 256; constant

12