Home
last modified time | relevance | path

Searched refs:inotify_init1 (Results 1 – 25 of 79) sorted by relevance

1234

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dandroid-cloexec-inotify-init1.cpp14 extern "C" int inotify_init1(int flags);
17 inotify_init1(IN_NONBLOCK); in a()
20 TEMP_FAILURE_RETRY(inotify_init1(IN_NONBLOCK)); in a()
26 inotify_init1(0); in f()
29 TEMP_FAILURE_RETRY(inotify_init1(0)); in f()
34 inotify_init1(flag); in f()
35 TEMP_FAILURE_RETRY(inotify_init1(flag)); in f()
39 int inotify_init1(int flags);
42 inotify_init1(IN_NONBLOCK); in d()
43 TEMP_FAILURE_RETRY(inotify_init1(IN_NONBLOCK)); in d()
[all …]
/external/llvm-project/clang-tools-extra/docs/clang-tidy/checks/
Dandroid-cloexec-inotify-init1.rst6 ``inotify_init1()`` should include ``IN_CLOEXEC`` in its type argument to avoid the
14 inotify_init1(IN_NONBLOCK);
18 inotify_init1(IN_NONBLOCK | IN_CLOEXEC);
Dandroid-cloexec-inotify-init.rst7 ``inotify_init1()``.
17 inotify_init1(IN_CLOEXEC);
/external/strace/
Dinotify.c59 SYS_FUNC(inotify_init1) in SYS_FUNC() argument
/external/rust/crates/nix/src/sys/
Dinotify.rs123 libc::inotify_init1(flags.bits()) in init()
/external/ltp/include/lapi/syscalls/
Daarch64.in27 inotify_init1 26
Dmips_n64.in288 inotify_init1 288
Dia64.in288 inotify_init1 1318
Dx86_64.in293 inotify_init1 294
Dsparc64.in299 inotify_init1 322
Ds390.in240 inotify_init1 324
Dpowerpc.in314 inotify_init1 318
Ds390x.in240 inotify_init1 324
Dmips_n32.in292 inotify_init1 292
Di386.in326 inotify_init1 332
Dpowerpc64.in314 inotify_init1 318
Dsparc.in323 inotify_init1 322
Dsh.in353 inotify_init1 360
Dmips_o32.in329 inotify_init1 329
/external/adhd/cras/src/common/
Dcras_file_wait.c183 file_wait->inotify_fd = inotify_init1(IN_NONBLOCK | IN_CLOEXEC); in cras_file_wait_dispatch()
/external/llvm-project/clang/lib/DirectoryWatcher/linux/
DDirectoryWatcher-linux.cpp330 const int InotifyFD = inotify_init1(IN_CLOEXEC); in create()
/external/strace/tests-mx32/
Dpure_executables.list110 inotify_init1
Dpure_executables.am111 inotify_init1 \
/external/strace/tests-m32/
Dpure_executables.list110 inotify_init1
/external/strace/tests/
Dpure_executables.list110 inotify_init1

1234