HomeSort by relevance Sort by last modified time
    Searched defs:O_LARGEFILE (Results 76 - 100 of 100) sorted by null

1 2 34

  /prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/asm-generic/
fcntl.h 48 #ifndef O_LARGEFILE
49 #define O_LARGEFILE 00100000
  /prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/asm-generic/
fcntl.h 48 #ifndef O_LARGEFILE
49 #define O_LARGEFILE 00100000
  /prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/asm-generic/
fcntl.h 48 #ifndef O_LARGEFILE
49 #define O_LARGEFILE 00100000
  /prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/asm-generic/
fcntl.h 48 #ifndef O_LARGEFILE
49 #define O_LARGEFILE 00100000
  /prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/asm-generic/
fcntl.h 48 #ifndef O_LARGEFILE
49 #define O_LARGEFILE 00100000
  /prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/asm-generic/
fcntl.h 48 #ifndef O_LARGEFILE
49 #define O_LARGEFILE 00100000
  /prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 48 #ifndef O_LARGEFILE
49 #define O_LARGEFILE 00100000
  /prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/asm-generic/
fcntl.h 48 #ifndef O_LARGEFILE
49 #define O_LARGEFILE 00100000
  /prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/asm-generic/
fcntl.h 48 #ifndef O_LARGEFILE
49 #define O_LARGEFILE 00100000
  /prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/asm-generic/
fcntl.h 48 #ifndef O_LARGEFILE
49 #define O_LARGEFILE 00100000
  /prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/asm-generic/
fcntl.h 48 #ifndef O_LARGEFILE
49 #define O_LARGEFILE 00100000
  /prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/asm-generic/
fcntl.h 48 #ifndef O_LARGEFILE
49 #define O_LARGEFILE 00100000
  /prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/asm-generic/
fcntl.h 48 #ifndef O_LARGEFILE
49 #define O_LARGEFILE 00100000
  /bionic/libc/kernel/common/asm-generic/
fcntl.h 61 #ifndef O_LARGEFILE
62 #define O_LARGEFILE 00100000
  /external/kernel-headers/original/asm-generic/
fcntl.h 49 #ifndef O_LARGEFILE
50 #define O_LARGEFILE 00100000
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fcntl.h 66 # define O_LARGEFILE 0
68 # define O_LARGEFILE 0100000
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl.h 66 # define O_LARGEFILE 0
68 # define O_LARGEFILE 0100000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/bits/
fcntl.h 66 # define O_LARGEFILE 0
68 # define O_LARGEFILE 0100000
  /external/e2fsprogs/misc/
badblocks.c 34 #ifndef O_LARGEFILE
35 #define O_LARGEFILE 0
1155 open_flag = O_LARGEFILE | (w_flag ? O_RDWR : O_RDONLY);
  /external/qemu/
qemu-common.h 50 #ifndef O_LARGEFILE
51 #define O_LARGEFILE 0
  /external/strace/
file.c 304 #ifdef O_LARGEFILE
305 # if O_LARGEFILE == 0 /* biarch platforms in 64-bit mode */
306 # undef O_LARGEFILE
308 # define O_LARGEFILE 0x40000
310 # define O_LARGEFILE 0100000
313 # ifdef O_LARGEFILE
314 { O_LARGEFILE, "O_LARGEFILE" },
    [all...]
  /external/chromium_org/third_party/sqlite/src/src/
os_unix.c 260 #ifndef O_LARGEFILE
261 # define O_LARGEFILE 0
264 # undef O_LARGEFILE
265 # define O_LARGEFILE 0
    [all...]
  /external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c     [all...]
  /external/sqlite/dist/orig/
sqlite3.c     [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 1198 milliseconds

1 2 34