Home
last modified time | relevance | path

Searched defs:O_NOATIME (Results 1 - 25 of 47) sorted by relevance

12

/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/aarch64/bits/
H A Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/generic/bits/
H A Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/m68k/bits/
H A Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/mipsn32/bits/
H A Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/arm/bits/
H A Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/mips/bits/
H A Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/mips64/bits/
H A Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/powerpc/bits/
H A Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/powerpc64/bits/
H A Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/s390x/bits/
H A Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/x32/bits/
H A Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/ltp/include/lapi/
H A Dfcntl.h126 # define O_NOATIME 01000000 macro
/third_party/pcre2/pcre2/src/sljit/
H A DsljitProtExecAllocator.c92 #define O_NOATIME 0 macro
/third_party/toybox/lib/
H A Dportability.h235 #define O_NOATIME 01000000 macro
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
H A Dmod.rs171 pub const O_NOATIME: ::c_int = 0x200000; consts
217 pub const O_NOATIME: ::c_int = 0o1000000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/
H A Dmod.rs490 pub const O_NOATIME: ::c_int = 0o1000000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
H A Dmod.rs420 pub const O_NOATIME: ::c_int = 0o1000000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/loongarch64/
H A Dmod.rs558 pub const O_NOATIME: ::c_int = 0o1000000; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/riscv64/
H A Dmod.rs212 pub const O_NOATIME: ::c_int = 262144; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/arm/
H A Dmod.rs454 pub const O_NOATIME: ::c_int = 0o1000000; consts

Completed in 19 milliseconds

12