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

1 2

  /bionic/libc/kernel/uapi/asm-arm/asm/
fcntl.h 24 #define O_LARGEFILE 0400000
  /bionic/libc/kernel/uapi/asm-arm64/asm/
fcntl.h 24 #define O_LARGEFILE 0400000
  /external/kernel-headers/original/uapi/asm-arm/asm/
fcntl.h 8 #define O_LARGEFILE 0400000
  /external/kernel-headers/original/uapi/asm-arm64/asm/
fcntl.h 26 #define O_LARGEFILE 0400000
  /external/strace/
open.c 45 #ifdef O_LARGEFILE
46 # if O_LARGEFILE == 0 /* biarch platforms in 64-bit mode */
47 # undef O_LARGEFILE
79 static char outstr[(1 + ARRAY_SIZE(open_mode_flags)) * sizeof("O_LARGEFILE")];
  /external/pdfium/core/fxcrt/
cfx_fileaccess_posix.cpp 17 #ifndef O_LARGEFILE
18 #define O_LARGEFILE 0
19 #endif // O_LARGEFILE
28 nFlags = O_BINARY | O_LARGEFILE;
  /bionic/libc/kernel/uapi/asm-mips/asm/
fcntl.h 30 #define O_LARGEFILE 0x2000
  /external/e2fsprogs/debugfs/
dump.c 9 #define _GNU_SOURCE /* for O_LARGEFILE */
35 #ifndef O_LARGEFILE
36 #define O_LARGEFILE 0
181 fd = open(out_fn, O_CREAT | O_WRONLY | O_TRUNC | O_LARGEFILE, 0666);
270 fd = open(fullname, O_WRONLY | O_CREAT | O_TRUNC | O_LARGEFILE, S_IRWXU);
  /external/f2fs-tools/tools/
fibmap.c 15 #ifndef O_LARGEFILE
16 #define O_LARGEFILE 0
157 fd = open(filename, O_RDONLY|O_LARGEFILE);
  /external/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 22 #define O_LARGEFILE 0x2000 /* allow large file opens */
  /external/libcups/cups/
file-private.h 44 * Some operating systems support large files via open flag O_LARGEFILE...
47 # ifndef O_LARGEFILE
48 # define O_LARGEFILE 0
49 # endif /* !O_LARGEFILE */
  /system/extras/verity/fec/
image.cpp 43 #define O_LARGEFILE 0
158 int fd = TEMP_FAILURE_RETRY(open(fn.c_str(), flags | O_LARGEFILE));
  /bionic/libc/kernel/uapi/asm-generic/
fcntl.h 53 #ifndef O_LARGEFILE
54 #define O_LARGEFILE 00100000
  /external/kernel-headers/original/uapi/asm-generic/
fcntl.h 50 #ifndef O_LARGEFILE
51 #define O_LARGEFILE 00100000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/asm-generic/
fcntl.h 49 #ifndef O_LARGEFILE
50 #define O_LARGEFILE 00100000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/bits/
fcntl.h 68 # define O_LARGEFILE 0100000
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/bits/
fcntl.h 70 # define O_LARGEFILE 0
72 # define O_LARGEFILE 0100000
  /external/e2fsprogs/misc/
badblocks.c 64 #ifndef O_LARGEFILE
65 #define O_LARGEFILE 0
1239 open_flag = O_LARGEFILE | (w_flag ? O_RDWR : O_RDONLY);
    [all...]
  /external/python/cpython2/Lib/plat-irix6/
FILE.py 574 O_LARGEFILE = 0x2000
  /prebuilts/go/darwin-x86/src/syscall/
zerrors_solaris_amd64.go 640 O_LARGEFILE = 0x2000
    [all...]
zerrors_linux_386.go 654 O_LARGEFILE = 0x8000
    [all...]
zerrors_linux_amd64.go 654 O_LARGEFILE = 0x0
    [all...]
zerrors_linux_arm.go 654 O_LARGEFILE = 0x20000
    [all...]
zerrors_linux_arm64.go     [all...]
  /prebuilts/go/linux-x86/src/syscall/
zerrors_solaris_amd64.go 640 O_LARGEFILE = 0x2000
    [all...]

Completed in 659 milliseconds

1 2