/third_party/ltp/include/lapi/ |
D | fcntl.h | 106 #ifndef O_NOATIME 107 # define O_NOATIME 01000000 macro
|
/third_party/pcre2/pcre2/src/sljit/ |
D | sljitProtExecAllocator.c | 91 #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/ |
D | portability.h | 234 #ifndef O_NOATIME 235 #define O_NOATIME 01000000 macro
|
/third_party/node/test/parallel/ |
D | test-process-constants-noatime.js | 9 assert.strictEqual(constants.O_NOATIME, 0x40000);
|
/third_party/toybox/toys/other/ |
D | fsync.c | 31 loopfiles_rw(toys.optargs, O_RDONLY|O_NOATIME|O_NOCTTY|O_CLOEXEC|WARN_ONLY, in fsync_main()
|
/third_party/musl/arch/arm/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/musl/arch/m68k/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/musl/arch/powerpc/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/musl/arch/powerpc64/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/musl/arch/mipsn32/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/musl/arch/x32/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/musl/arch/riscv64/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/musl/arch/mips64/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/musl/arch/mips/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/musl/arch/aarch64/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/musl/arch/s390x/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/musl/arch/generic/bits/ |
D | fcntl.h | 17 #define O_NOATIME 01000000 macro
|
/third_party/ltp/testcases/kernel/syscalls/open/ |
D | open02.c | 34 {TEST_FILE2, O_RDONLY | O_NOATIME, EPERM, "unpriviledget O_RDONLY | O_NOATIME"},
|
/third_party/node/deps/uv/include/uv/ |
D | unix.h | 447 #if defined(O_NOATIME) 448 # define UV_FS_O_NOATIME O_NOATIME
|
/third_party/libuv/include/uv/ |
D | unix.h | 448 #if defined(O_NOATIME) 449 # define UV_FS_O_NOATIME O_NOATIME
|