Home
last modified time | relevance | path

Searched defs:IN_CLOEXEC (Results 1 – 5 of 5) sorted by relevance

/external/llvm-project/clang-tools-extra/test/clang-tidy/checkers/
Dandroid-cloexec-inotify-init1.cpp5 #define IN_CLOEXEC __O_CLOEXEC macro
/external/ltp/testcases/kernel/syscalls/inotify_init/
Dinotify_init1_01.c66 #define IN_CLOEXEC O_CLOEXEC macro
/external/kernel-headers/original/uapi/linux/
Dinotify.h72 #define IN_CLOEXEC O_CLOEXEC macro
/external/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2200 pub const IN_CLOEXEC: ::c_int = O_CLOEXEC; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs2591 pub const IN_CLOEXEC: ::c_int = O_CLOEXEC; constant