Home
last modified time | relevance | path

Searched refs:inotify_init (Results 1 - 14 of 14) sorted by relevance

/third_party/ltp/testcases/kernel/syscalls/utils/
H A Dinotify.h114 extern struct inotify_handle *inotify_init(const struct inotify_operations *);
167 static inline struct inotify_handle *inotify_init(const struct inotify_operations *ops) in inotify_init() function
/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/
H A Dlinux_inotify_init_test.cpp19 int fd = inotify_init(); in HWTEST_F()
/third_party/musl/Benchmark/musl/
H A Dlibc_inotify.cpp21 int fd = inotify_init(); in Bm_function_Inotify_add_watch()
23 perror("inotify_init failed"); in Bm_function_Inotify_add_watch()
/third_party/musl/src/linux/
H A Dinotify.c5 int inotify_init() in inotify_init() function
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dinotify.h49 int inotify_init(void);
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dinotify.h49 int inotify_init(void);
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dinotify.h49 int inotify_init(void);
/third_party/musl/include/sys/
H A Dinotify.h49 int inotify_init(void);
/third_party/toybox/toys/other/
H A Dinotifyd.c47 if ((fds.fd = inotify_init()) == -1) perror_exit(0); in inotifyd_main()
/third_party/musl/libc-test/src/functionalext/supplement/linux/
H A Dinotify.c33 return inotify_init(); in inotify_init_test()
/third_party/toybox/lib/
H A Dportability.c246 if ((not->kq = inotify_init()) < 0) perror_exit("inotify_init"); in xnotify_init()
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs3051 pub fn inotify_init() -> ::c_int; in inotify_init() functions
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs3439 pub fn inotify_init() -> ::c_int; in inotify_init() functions
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs4414 pub fn inotify_init() -> ::c_int; in inotify_init() functions

Completed in 32 milliseconds