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

1 2 3 4 5

  /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
  /system/vold/
BenchmarkGen.h 44 int t3433f17 = TEMP_FAILURE_RETRY(open("file0", O_RDONLY|O_LARGEFILE));
55 int t3433f18 = TEMP_FAILURE_RETRY(open("file1", O_RDONLY|O_LARGEFILE));
63 t3433f18 = TEMP_FAILURE_RETRY(open("file0", O_RDONLY|O_LARGEFILE));
73 t3433f18 = TEMP_FAILURE_RETRY(open("file2", O_RDONLY|O_LARGEFILE));
81 t3433f18 = TEMP_FAILURE_RETRY(open("file0", O_RDONLY|O_LARGEFILE));
91 t3433f18 = TEMP_FAILURE_RETRY(open("file0", O_RDONLY|O_LARGEFILE));
101 t3433f18 = TEMP_FAILURE_RETRY(open("file0", O_RDONLY|O_LARGEFILE));
111 t3433f18 = TEMP_FAILURE_RETRY(open("file0", O_RDONLY|O_LARGEFILE));
121 t3433f18 = TEMP_FAILURE_RETRY(open("file0", O_RDONLY|O_LARGEFILE));
131 t3433f18 = TEMP_FAILURE_RETRY(open("file0", O_RDONLY|O_LARGEFILE));
    [all...]
  /external/e2fsprogs/lib/e2p/
fgetproject.c 36 #ifdef O_LARGEFILE
37 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
fgetversion.c 40 #ifdef O_LARGEFILE
41 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
fsetproject.c 36 #ifdef O_LARGEFILE
37 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
fsetversion.c 40 #ifdef O_LARGEFILE
41 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
fgetflags.c 42 #ifdef O_LARGEFILE
43 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
fsetflags.c 51 #ifdef O_LARGEFILE
52 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
  /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/update_engine/payload_consumer/
file_writer_unittest.cc 45 O_CREAT | O_LARGEFILE | O_TRUNC | O_WRONLY,
59 O_CREAT | O_LARGEFILE | O_TRUNC, 0644));
70 O_CREAT | O_LARGEFILE | O_TRUNC | O_RDONLY,
  /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")];
  /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
  /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/kernel-headers/original/uapi/asm-mips/asm/
fcntl.h 22 #define O_LARGEFILE 0x2000 /* allow large file opens */
  /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
  /external/ltp/testcases/kernel/fs/doio/
open_flags.c 178 #ifdef O_LARGEFILE
179 {"O_LARGEFILE", O_LARGEFILE},
  /external/strace/xlat/
open_mode_flags.h 53 #if defined(O_LARGEFILE) || (defined(HAVE_DECL_O_LARGEFILE) && HAVE_DECL_O_LARGEFILE)
54 XLAT(O_LARGEFILE),
  /bionic/libc/bionic/
open.cpp 42 return flags | O_LARGEFILE;
  /external/e2fsprogs/contrib/
make-sparse.c 62 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 1113 milliseconds

1 2 3 4 5