Searched refs:O_NOATIME (Results 1 - 10 of 10) sorted by relevance

/external/kernel-headers/original/asm-generic/
H A Dfcntl.h58 #ifndef O_NOATIME
59 #define O_NOATIME 01000000 macro
/external/bison/lib/
H A Dfcntl.in.h227 #ifndef O_NOATIME
228 # define O_NOATIME 0
/external/bison/darwin-lib/
H A Dfcntl.h539 #ifndef O_NOATIME
540 # define O_NOATIME 0 macro
/external/bison/linux-lib/
H A Dfcntl.h539 #ifndef O_NOATIME
540 # define O_NOATIME 0 macro
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
H A Dsyscall_parameters_restrictions.cc154 kOLargeFileFlag | O_CLOEXEC | O_NOATIME);
/external/chromium_org/sandbox/linux/services/
H A Dbroker_process.cc105 O_DIRECTORY | O_EXCL | O_LARGEFILE | O_NOATIME | O_NOCTTY |
/external/blktrace/btreplay/
H A Dbtreplay.c1326 #ifdef O_NOATIME
1327 oflags = O_NOATIME;
/external/strace/
H A Dfile.c323 #ifdef O_NOATIME
324 { O_NOATIME, "O_NOATIME" },
/external/kernel-headers/original/linux/
H A Dfs.h1828 if (!(file->f_flags & O_NOATIME))
/external/bison/
H A Dconfigure10057 #ifndef O_NOATIME
10058 #define O_NOATIME 0
10104 int fd = open (file, O_RDONLY | O_NOATIME);
10145 64) gl_cv_header_working_fcntl_h='no (bad O_NOATIME)';; #(
10146 68) gl_cv_header_working_fcntl_h='no (bad O_NOATIME, O_NOFOLLOW)';; #(
10159 *O_NOATIME* | no | cross-compiling) ac_val=0;; #(

Completed in 321 milliseconds