/external/strace/xlat/ |
D | open_access_modes.h | 15 #if defined(O_ACCMODE) || (defined(HAVE_DECL_O_ACCMODE) && HAVE_DECL_O_ACCMODE) 16 XLAT(O_ACCMODE),
|
D | open_access_modes.in | 4 O_ACCMODE
|
/external/bison/lib/ |
D | fcntl.in.h | 284 #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH) 285 # undef O_ACCMODE 286 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH)
|
D | open.c | 128 && ((flags & O_ACCMODE) == O_RDONLY in open() 129 || (O_SEARCH != O_RDONLY && (flags & O_ACCMODE) == O_SEARCH))) in open()
|
/external/libchrome/sandbox/linux/syscall_broker/ |
D | broker_file_permission.cc | 142 const int access_mode = flags & O_ACCMODE; in CheckOpen() 180 const int creation_and_status_flags = flags & ~O_ACCMODE; in CheckOpen()
|
D | broker_file_permission_unittest.cc | 127 static_assert(O_ACCMODE == ((1 << kNumberOfBitsInOAccMode) - 1), in CheckPerm()
|
/external/bison/linux-lib/ |
D | fcntl.h | 596 #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH) 597 # undef O_ACCMODE 598 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH) macro
|
/external/bison/darwin-lib/ |
D | fcntl.h | 596 #if ~O_ACCMODE & (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH) 597 # undef O_ACCMODE 598 # define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR | O_EXEC | O_SEARCH) macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | fcntl.h | 18 #define O_ACCMODE 00000003 macro
|
/external/mksh/src/ |
D | shf.c | 86 sflags |= (oflags & O_ACCMODE) == O_RDONLY ? SHF_RD : in shf_open() 87 ((oflags & O_ACCMODE) == O_WRONLY ? SHF_WR : SHF_RDWR); in shf_open() 106 switch (flags & O_ACCMODE) { in shf_open_hlp()
|
D | sh.h | 451 #ifndef O_ACCMODE 453 #define O_ACCMODE (O_RDONLY | O_WRONLY | O_RDWR) macro
|
D | main.c | 1492 fl &= O_ACCMODE; in check_fd()
|
/external/bison/m4/ |
D | fcntl-o.m4 | 45 O_NONBLOCK, O_SYNC, O_ACCMODE, O_RDONLY, O_RDWR, O_WRONLY
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_parameters_restrictions.cc | 195 const uint64_t kAllowedMask = O_ACCMODE | O_APPEND | O_NONBLOCK | O_SYNC | in RestrictFcntlCommands()
|
/external/toybox/toys/pending/ |
D | lsof.c | 114 flags &= O_ACCMODE; in fill_flags()
|
/external/libbrillo/brillo/streams/ |
D | file_stream.cc | 303 int file_access_mode = (fd_flags & O_ACCMODE); in FromFileDescriptor()
|
/external/libxml2/python/ |
D | types.c | 40 switch (flags & O_ACCMODE) { in libxml_PyFileGet()
|
/external/toybox/lib/ |
D | lib.c | 560 if (!*argv) function((flags & O_ACCMODE) != O_RDONLY ? 1 : 0, "-"); in loopfiles_rw()
|
/external/ppp/pppd/ |
D | tty.c | 497 if (fdflags != -1 && (fdflags & O_ACCMODE) == O_RDWR) in tty_check_options()
|
/external/valgrind/include/vki/ |
D | vki-darwin.h | 266 #define VKI_O_ACCMODE O_ACCMODE
|
/external/e2fsprogs/lib/ext2fs/ |
D | tdb.c | 3842 if ((open_flags & O_ACCMODE) == O_WRONLY) { in tdb_open_ex() 3851 if ((open_flags & O_ACCMODE) == O_RDONLY) { in tdb_open_ex()
|
/external/bison/ |
D | configure | 10066 O_NONBLOCK, O_SYNC, O_ACCMODE, O_RDONLY, O_RDWR, O_WRONLY
|
/external/robolectric/v3/runtime/ |
D | android-all-4.4_r1-robolectric-1.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |
D | android-all-4.1.2_r1-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |
D | android-all-4.2.2_r1.2-robolectric-0.jar | META-INF/
META-INF/MANIFEST.MF
android/
android/accessibilityservice/
android/ ... |