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

1 2

  /bionic/libc/kernel/uapi/asm-arm/asm/
fcntl.h 25 #define O_LARGEFILE 0400000
  /bionic/libc/kernel/uapi/asm-arm64/asm/
fcntl.h 25 #define O_LARGEFILE 0400000
  /development/ndk/platforms/android-3/arch-arm/include/asm/
fcntl.h 18 #define O_LARGEFILE 0400000
  /development/ndk/platforms/android-L/arch-arm/include/asm/
fcntl.h 25 #define O_LARGEFILE 0400000
  /development/ndk/platforms/android-L/arch-arm64/include/asm/
fcntl.h 25 #define O_LARGEFILE 0400000
  /external/kernel-headers/original/uapi/asm-arm/asm/
fcntl.h 7 #define O_LARGEFILE 0400000
  /external/kernel-headers/original/uapi/asm-arm64/asm/
fcntl.h 25 #define O_LARGEFILE 0400000
  /external/e2fsprogs/lib/e2p/
fgetversion.c 33 #ifdef O_LARGEFILE
34 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
fsetversion.c 33 #ifdef O_LARGEFILE
34 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
fgetflags.c 37 #ifdef O_LARGEFILE
38 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
fsetflags.c 46 #ifdef O_LARGEFILE
47 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
  /development/ndk/platforms/android-9/arch-mips/include/asm/
fcntl.h 31 #define O_LARGEFILE 0x2000
  /development/ndk/platforms/android-L/arch-mips/include/asm/
fcntl.h 31 #define O_LARGEFILE 0x2000
  /development/ndk/platforms/android-L/arch-mips64/include/asm/
fcntl.h 31 #define O_LARGEFILE 0x2000
  /art/runtime/base/unix_file/
mapped_file.h 36 kReadOnlyMode = O_RDONLY | O_LARGEFILE,
37 kReadWriteMode = O_CREAT | O_RDWR | O_LARGEFILE,
  /development/ndk/platforms/android-3/header-patches/include/asm-generic/
fcntl.h 37 #ifndef O_LARGEFILE
38 #define O_LARGEFILE 00100000
  /development/ndk/platforms/android-3/include/asm-generic/
fcntl.h 48 #ifndef O_LARGEFILE
49 #define O_LARGEFILE 00100000
  /development/ndk/platforms/android-L/include/asm-generic/
fcntl.h 61 #ifndef O_LARGEFILE
62 #define O_LARGEFILE 00100000
  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 32 #define O_LARGEFILE 0x2000
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 21 #define O_LARGEFILE 0x2000 /* allow large file opens */
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 61 #ifndef O_LARGEFILE
62 #define O_LARGEFILE 00100000
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 49 #ifndef O_LARGEFILE
50 #define O_LARGEFILE 00100000
  /bionic/libc/bionic/
open.cpp 42 return flags | O_LARGEFILE;
  /external/e2fsprogs/contrib/
make-sparse.c 58 fd = open(argv[1], O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0777);
  /external/e2fsprogs/util/
copy_sparse.c 110 fd = open(src, O_RDONLY | O_LARGEFILE);
135 ofd = open(dest, O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0777);

Completed in 879 milliseconds

1 2