Searched refs:inotify_init (Results 1 – 25 of 64) sorted by relevance
123
/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/ |
D | android-cloexec-inotify-init.cpp | 3 extern "C" int inotify_init(); 6 inotify_init(); in f() 12 int inotify_init(); 14 inotify_init(); in g() 20 int inotify_init(); 22 inotify_init(); in h()
|
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/ |
D | android-cloexec-inotify-init.rst | 6 The usage of ``inotify_init()`` is not recommended, it's better to use 13 inotify_init();
|
/external/ltp/testcases/kernel/syscalls/utils/ |
D | inotify.h | 114 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
|
/external/toybox/toys/other/ |
D | inotifyd.c | 47 if ((fds.fd = inotify_init()) == -1) perror_exit(0); in inotifyd_main()
|
/external/llvm-project/llvm/test/CodeGen/Hexagon/ |
D | rdf-inline-asm.ll | 10 define i32 @inotify_init() #0 {
|
/external/selinux/restorecond/ |
D | restorecond.c | 192 master_fd = inotify_init(); in main()
|
/external/llvm/test/CodeGen/Hexagon/ |
D | rdf-inline-asm.ll | 10 define i32 @inotify_init() #0 {
|
/external/strace/linux/aarch64/ |
D | syscallent.h | 37 [1043] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
/external/ltp/include/lapi/syscalls/ |
D | mips_n64.in | 243 inotify_init 243
|
D | ia64.in | 247 inotify_init 1277
|
D | x86_64.in | 252 inotify_init 253
|
D | sparc64.in | 135 inotify_init 151
|
D | s390.in | 203 inotify_init 284
|
D | powerpc.in | 270 inotify_init 275
|
D | s390x.in | 203 inotify_init 284
|
D | mips_n32.in | 247 inotify_init 247
|
D | i386.in | 285 inotify_init 291
|
D | powerpc64.in | 270 inotify_init 275
|
D | sparc.in | 156 inotify_init 151
|
D | sh.in | 312 inotify_init 318
|
D | mips_o32.in | 284 inotify_init 284
|
D | arm.in | 282 inotify_init (__NR_SYSCALL_BASE+316)
|
/external/libchrome/base/files/ |
D | file_path_watcher_linux.cc | 272 : inotify_fd_(inotify_init()), in InotifyReader()
|
/external/strace/linux/s390x/ |
D | syscallent.h | 300 [284] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
/external/strace/linux/xtensa/ |
D | syscallent.h | 269 [276] = { 0, TD, SEN(inotify_init), "inotify_init" },
|
123