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

  /bionic/libc/kernel/arch-arm/asm/
fcntl.h 18 #define O_LARGEFILE 0400000
  /development/ndk/platforms/android-3/arch-arm/include/asm/
fcntl.h 18 #define O_LARGEFILE 0400000
  /external/kernel-headers/original/asm-arm/
fcntl.h 7 #define O_LARGEFILE 0400000
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm/
fcntl.h 18 #define O_LARGEFILE 0400000
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm/
fcntl.h 18 #define O_LARGEFILE 0400000
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm/
fcntl.h 18 #define O_LARGEFILE 0400000
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm/
fcntl.h 18 #define O_LARGEFILE 0400000
  /external/qemu/android/config/darwin-ppc/
config-host.h 9 #define O_LARGEFILE 0
  /external/qemu/android/config/darwin-x86/
config-host.h 10 #define O_LARGEFILE 0
  /external/qemu/android/config/freebsd-x86/
config-host.h 9 #define O_LARGEFILE 0
  /external/e2fsprogs/debugfs/
dump.c 8 #define _GNU_SOURCE /* for O_LARGEFILE */
32 #ifndef O_LARGEFILE
33 #define O_LARGEFILE 0
177 fd = open(out_fn, O_CREAT | O_WRONLY | O_TRUNC | O_LARGEFILE, 0666);
261 fd = open(fullname, O_WRONLY | O_CREAT | O_TRUNC | O_LARGEFILE, S_IRWXU);
  /bionic/libc/kernel/common/asm-generic/
fcntl.h 48 #ifndef O_LARGEFILE
49 #define O_LARGEFILE 00100000
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 48 #ifndef O_LARGEFILE
49 #define O_LARGEFILE 00100000
  /external/kernel-headers/original/asm-generic/
fcntl.h 39 #ifndef O_LARGEFILE
40 #define O_LARGEFILE 00100000
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/asm-generic/
fcntl.h 39 #ifndef O_LARGEFILE
40 #define O_LARGEFILE 00100000
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/asm-generic/
fcntl.h 48 #ifndef O_LARGEFILE
49 #define O_LARGEFILE 00100000
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/asm-generic/
fcntl.h 48 #ifndef O_LARGEFILE
49 #define O_LARGEFILE 00100000
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/asm-generic/
fcntl.h 48 #ifndef O_LARGEFILE
49 #define O_LARGEFILE 00100000
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/asm-generic/
fcntl.h 48 #ifndef O_LARGEFILE
49 #define O_LARGEFILE 00100000
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/asm-generic/
fcntl.h 48 #ifndef O_LARGEFILE
49 #define O_LARGEFILE 00100000
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/asm-generic/
fcntl.h 48 #ifndef O_LARGEFILE
49 #define O_LARGEFILE 00100000
  /external/qemu/
qemu-common.h 29 #ifndef O_LARGEFILE
30 #define O_LARGEFILE 0
  /prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/bits/
fcntl.h 66 # define O_LARGEFILE 0
68 # define O_LARGEFILE 0100000
  /external/strace/
file.c 269 #ifdef O_LARGEFILE
270 # if O_LARGEFILE == 0 /* biarch platforms in 64-bit mode */
271 # undef O_LARGEFILE
273 # define O_LARGEFILE 0x40000
275 # define O_LARGEFILE 0100000
278 # ifdef O_LARGEFILE
279 { O_LARGEFILE, "O_LARGEFILE" },
    [all...]
  /external/sqlite/dist/
sqlite3.c     [all...]

Completed in 612 milliseconds