Home
last modified time | relevance | path

Searched refs:O_LARGEFILE (Results 1 – 25 of 40) sorted by relevance

12

/external/strace/
Dopen.c39 #ifdef O_LARGEFILE
40 # if O_LARGEFILE == 0 /* biarch platforms in 64-bit mode */
41 # undef O_LARGEFILE
43 # define O_LARGEFILE 0x40000 macro
45 # define O_LARGEFILE 0100000 macro
/external/e2fsprogs/lib/e2p/
Dfsetversion.c33 #ifdef O_LARGEFILE
34 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
Dfgetversion.c33 #ifdef O_LARGEFILE
34 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
Dfgetflags.c37 #ifdef O_LARGEFILE
38 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
Dfsetflags.c46 #ifdef O_LARGEFILE
47 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
/external/kernel-headers/original/uapi/asm-generic/
Dfcntl.h49 #ifndef O_LARGEFILE
50 #define O_LARGEFILE 00100000 macro
/external/e2fsprogs/debugfs/
Ddump.c34 #ifndef O_LARGEFILE
35 #define O_LARGEFILE 0 macro
183 fd = open(out_fn, O_CREAT | O_WRONLY | O_TRUNC | O_LARGEFILE, 0666); in do_dump()
272 fd = open(fullname, O_WRONLY | O_CREAT | O_TRUNC | O_LARGEFILE, S_IRWXU); in rdump_inode()
/external/bison/lib/
Dspawni.c28 #ifndef O_LARGEFILE
29 # define O_LARGEFILE 0 macro
258 | O_LARGEFILE, in __spawni()
/external/strace/xlat/
Dopen_mode_flags.h51 #if defined(O_LARGEFILE) || (defined(HAVE_DECL_O_LARGEFILE) && HAVE_DECL_O_LARGEFILE)
52 XLAT(O_LARGEFILE),
Dopen_mode_flags.in16 O_LARGEFILE
/external/kernel-headers/original/uapi/asm-arm/asm/
Dfcntl.h7 #define O_LARGEFILE 0400000 macro
/external/kernel-headers/original/uapi/asm-arm64/asm/
Dfcntl.h25 #define O_LARGEFILE 0400000 macro
/external/e2fsprogs/util/
Dcopy_sparse.c110 fd = open(src, O_RDONLY | O_LARGEFILE); in copy_sparse_file()
135 ofd = open(dest, O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0777); in copy_sparse_file()
/external/pdfium/core/include/fxcrt/
Dfx_stream.h31 #ifndef O_LARGEFILE
32 #define O_LARGEFILE 0 macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Dfcntl.h21 #define O_LARGEFILE 0x2000 /* allow large file opens */ macro
/external/e2fsprogs/contrib/
Dmake-sparse.c58 fd = open(argv[1], O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0777); in main()
Dfallocate.c156 fd = open(fname, O_WRONLY|O_LARGEFILE); in main()
/external/pdfium/core/src/fxcrt/
Dfxcrt_posix.cpp20 nFlags = O_BINARY | O_LARGEFILE; in FXCRT_Posix_GetFileMode()
/external/libchrome/sandbox/linux/syscall_broker/
Dbroker_file_permission.cc183 O_DIRECTORY | O_EXCL | O_LARGEFILE | O_NOATIME | in CheckOpen()
/external/vboot_reference/futility/
Ddump_kernel_config_lib.c138 int fd = open(infile, O_RDONLY | O_CLOEXEC | O_LARGEFILE); in FindKernelConfig()
/external/f2fs-tools/tools/
Dfibmap.c105 fd = open(filename, O_RDONLY|O_LARGEFILE); in main()
/external/libmicrohttpd/src/examples/
Ddemo_https.c553 #if O_LARGEFILE in process_upload_data()
554 | O_LARGEFILE in process_upload_data()
Ddemo.c552 #if O_LARGEFILE in process_upload_data()
553 | O_LARGEFILE in process_upload_data()
/external/pdfium/third_party/zlib_v128/
Dgzlib.c221 #ifdef O_LARGEFILE in gz_open()
222 O_LARGEFILE | in gz_open()
/external/opencv3/3rdparty/zlib/
Dgzlib.c221 #ifdef O_LARGEFILE
222 O_LARGEFILE |

12