HomeSort by relevance Sort by last modified time
    Searched refs:O_NOATIME (Results 101 - 125 of 147) sorted by null

1 2 3 45 6

  /prebuilts/ndk/r11/platforms/android-24/arch-x86_64/usr/include/asm-generic/
fcntl.h 72 #ifndef O_NOATIME
74 #define O_NOATIME 01000000
  /external/strace/xlat/
open_mode_flags.h 60 #if defined(O_NOATIME) || (defined(HAVE_DECL_O_NOATIME) && HAVE_DECL_O_NOATIME)
61 XLAT(O_NOATIME),
  /external/ltp/testcases/kernel/syscalls/open/
open02.c 22 * 2. open a file with O_RDONLY | O_NOATIME and the caller was not
52 {TEST_FILE2, O_RDONLY | O_NOATIME, EPERM},
open12.c 19 * O_APPEND, O_NOATIME, O_CLOEXEC and O_LARGEFILE.
149 "O_NOATIME flags test for open(2) needs kernel 2.6.8 "
156 "test O_NOATIME flag for open needs filesystems which "
165 TEST(open(TEST_FILE, O_RDONLY | O_NOATIME, 0777));
176 tst_resm(TPASS, "test O_NOATIME for open success");
178 tst_resm(TFAIL, "test O_NOATIME for open failed");
  /external/toybox/lib/
portability.h 206 #ifndef O_NOATIME
207 #define O_NOATIME 01000000
  /external/bison/lib/
fcntl.in.h 227 #ifndef O_NOATIME
228 # define O_NOATIME 0
  /external/libchrome/sandbox/linux/syscall_broker/
broker_file_permission.cc 183 O_DIRECTORY | O_EXCL | O_LARGEFILE | O_NOATIME |
broker_file_permission_unittest.cc 143 case O_NOATIME:
  /external/fio/os/
os-android.h 231 #ifdef O_NOATIME
232 #define FIO_O_NOATIME O_NOATIME
os-linux.h 209 #ifdef O_NOATIME
210 #define FIO_O_NOATIME O_NOATIME
  /external/ltp/testcases/kernel/syscalls/openat/
openat02.c 29 * is set to O_NOATIME.
229 tst_resm(TCONF, "test O_NOATIME flags for openat "
236 tst_resm(TCONF, "test O_NOATIME flag for openat needs "
246 TEST(openat(AT_FDCWD, TEST_FILE, O_NOATIME | O_RDONLY, 0777));
260 tst_resm(TPASS, "test O_NOATIME for openat success");
262 tst_resm(TFAIL, "test O_NOATIME for openat failed");
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/bits/
fcntl.h 52 # define O_NOATIME 01000000 /* Do not set atime. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 55 # define O_NOATIME 01000000 /* Do not set atime. */
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 56 # define O_NOATIME 01000000 /* Do not set atime. */
  /external/bison/darwin-lib/
fcntl.h 539 #ifndef O_NOATIME
540 # define O_NOATIME 0
  /external/bison/linux-lib/
fcntl.h 539 #ifndef O_NOATIME
540 # define O_NOATIME 0
  /external/libchrome/sandbox/linux/seccomp-bpf-helpers/
syscall_parameters_restrictions.cc 233 kOLargeFileFlag | O_CLOEXEC | O_NOATIME;
  /external/blktrace/btreplay/
btreplay.c     [all...]
  /system/extras/ioshark/
compile_ioshark.c 51 { "O_NOATIME", O_NOATIME },
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/PyMod-2.7.10/Modules/
edk2module.c     [all...]
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_linux_386.go 656 O_NOATIME = 0x40000
    [all...]
zerrors_linux_amd64.go 656 O_NOATIME = 0x40000
    [all...]
zerrors_linux_arm.go 656 O_NOATIME = 0x40000
    [all...]
zerrors_linux_arm64.go     [all...]
zerrors_linux_mips.go 792 O_NOATIME = 0x40000
    [all...]

Completed in 3626 milliseconds

1 2 3 45 6