Home
last modified time | relevance | path

Searched refs:O_NOATIME (Results 1 – 25 of 67) sorted by relevance

123

/third_party/ltp/include/lapi/
Dfcntl.h106 #ifndef O_NOATIME
107 # define O_NOATIME 01000000 macro
/third_party/pcre2/pcre2/src/sljit/
DsljitProtExecAllocator.c91 #ifndef O_NOATIME
92 #define O_NOATIME 0 macro
158 O_TMPFILE | O_EXCL | O_RDWR | O_NOATIME | O_CLOEXEC, 0); in create_tempfile()
170 fd = mkostemp(tmp_name, O_CLOEXEC | O_NOATIME); in create_tempfile()
/third_party/toybox/lib/
Dportability.h234 #ifndef O_NOATIME
235 #define O_NOATIME 01000000 macro
/third_party/node/test/parallel/
Dtest-process-constants-noatime.js9 assert.strictEqual(constants.O_NOATIME, 0x40000);
/third_party/toybox/toys/other/
Dfsync.c31 loopfiles_rw(toys.optargs, O_RDONLY|O_NOATIME|O_NOCTTY|O_CLOEXEC|WARN_ONLY, in fsync_main()
/third_party/musl/arch/arm/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/m68k/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/powerpc/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/powerpc64/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/mipsn32/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/x32/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/riscv64/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/mips64/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/mips/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/aarch64/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/s390x/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/musl/arch/generic/bits/
Dfcntl.h17 #define O_NOATIME 01000000 macro
/third_party/ltp/testcases/kernel/syscalls/open/
Dopen02.c34 {TEST_FILE2, O_RDONLY | O_NOATIME, EPERM, "unpriviledget O_RDONLY | O_NOATIME"},
/third_party/node/deps/uv/include/uv/
Dunix.h447 #if defined(O_NOATIME)
448 # define UV_FS_O_NOATIME O_NOATIME
/third_party/libuv/include/uv/
Dunix.h448 #if defined(O_NOATIME)
449 # define UV_FS_O_NOATIME O_NOATIME

123