HomeSort by relevance Sort by last modified time
    Searched defs:O_RDONLY (Results 26 - 50 of 102) sorted by null

12 3 4 5

  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 19 #define O_RDONLY 00000000
  /external/curl/lib/
config-amigaos.h 122 #ifndef O_RDONLY
123 # define O_RDONLY 0x0000
  /external/python/cpython2/Modules/
ossaudiodev.c 28 #define O_RDONLY 00
53 int mode; /* file mode (O_RDONLY, etc.) */
96 imode = O_RDONLY;
634 if (self->mode == O_RDONLY)
819 case O_RDONLY:
  /external/python/cpython3/Modules/
ossaudiodev.c 29 #define O_RDONLY 00
58 int mode; /* file mode (O_RDONLY, etc.) */
101 imode = O_RDONLY;
727 if (self->mode == O_RDONLY)
952 case O_RDONLY:
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 34 #define O_RDONLY 00
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 35 #define O_RDONLY 00
  /prebuilts/go/darwin-x86/src/runtime/
defs2_linux.go 119 O_RDONLY = C.O_RDONLY
  /prebuilts/go/linux-x86/src/runtime/
defs2_linux.go 119 O_RDONLY = C.O_RDONLY
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/lib/gcc/x86_64-w64-mingw32/4.8.3/plugin/include/
system.h 329 #ifndef O_RDONLY
330 # define O_RDONLY 0
    [all...]
  /prebuilts/go/darwin-x86/src/syscall/
syscall_nacl.go 110 O_RDONLY = 0
types_windows.go 36 O_RDONLY = 0x00000
zerrors_darwin_386.go 741 O_RDONLY = 0x0
    [all...]
zerrors_darwin_amd64.go 741 O_RDONLY = 0x0
    [all...]
zerrors_darwin_arm.go 684 O_RDONLY = 0x0
    [all...]
zerrors_darwin_arm64.go 754 O_RDONLY = 0x0
    [all...]
zerrors_solaris_amd64.go 646 O_RDONLY = 0x0
    [all...]
  /prebuilts/go/linux-x86/src/syscall/
syscall_nacl.go 110 O_RDONLY = 0
types_windows.go 36 O_RDONLY = 0x00000
zerrors_darwin_386.go 741 O_RDONLY = 0x0
    [all...]
zerrors_darwin_amd64.go 741 O_RDONLY = 0x0
    [all...]
zerrors_darwin_arm.go 684 O_RDONLY = 0x0
    [all...]
  /external/python/cpython2/Lib/plat-irix5/
FILE.py 158 O_RDONLY = 0
  /external/python/cpython2/Lib/plat-atheos/
IN.py 617 O_RDONLY = 00
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 565 O_RDONLY = 0
  /libcore/luni/src/main/java/android/system/
OsConstants.java 376 public static final int O_RDONLY = placeholder();
    [all...]

Completed in 2453 milliseconds

12 3 4 5