Home
last modified time | relevance | path

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

12

/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/asm-generic/
Dfcntl.h49 #ifndef O_LARGEFILE
50 #define O_LARGEFILE 00100000 macro
/external/e2fsprogs/debugfs/
Ddump.c32 #ifndef O_LARGEFILE
33 #define O_LARGEFILE 0 macro
176 fd = open(out_fn, O_CREAT | O_WRONLY | O_TRUNC | O_LARGEFILE, 0666); in do_dump()
260 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/kernel-headers/original/asm-arm/
Dfcntl.h7 #define O_LARGEFILE 0400000 macro
/external/qemu/android/config/freebsd-x86/
Dconfig-host.h19 #define O_LARGEFILE 0 macro
/external/qemu/android/config/darwin-x86/
Dconfig-host.h24 #define O_LARGEFILE 0 macro
/external/kernel-headers/original/asm-mips/
Dfcntl.h20 #define O_LARGEFILE 0x2000 /* allow large file opens */ 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/elfutils/bionic-fixup/
DAndroidFixup.h43 #define open64(path, flags) open(path, ((flags) | O_LARGEFILE))
/external/e2fsprogs/contrib/
Dmake-sparse.c58 fd = open(argv[1], O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0777); in main()
/external/qemu/
Dqemu-common.h50 #ifndef O_LARGEFILE
51 #define O_LARGEFILE 0 macro
/external/chromium_org/third_party/zlib/
Dgzlib.c163 #ifdef O_LARGEFILE
164 O_LARGEFILE |
/external/zlib/src/
Dgzlib.c221 #ifdef O_LARGEFILE
222 O_LARGEFILE |
/external/strace/
Dfile.c304 #ifdef O_LARGEFILE
305 # if O_LARGEFILE == 0 /* biarch platforms in 64-bit mode */
306 # undef O_LARGEFILE
308 # define O_LARGEFILE 0x40000 macro
310 # define O_LARGEFILE 0100000
313 # ifdef O_LARGEFILE
314 { O_LARGEFILE, "O_LARGEFILE" },
/external/qemu/block/
Dvmdk.c202 snp_fd = open(filename, O_RDWR | O_CREAT | O_TRUNC | O_BINARY | O_LARGEFILE, 0644); in vmdk_snapshot_create()
205 p_fd = open(backing_file, O_RDONLY | O_BINARY | O_LARGEFILE); in vmdk_snapshot_create()
714 fd = open(filename, O_WRONLY | O_CREAT | O_TRUNC | O_BINARY | O_LARGEFILE, in vmdk_create()
Draw-posix.c855 fd = open(bsdPath, O_RDONLY | O_BINARY | O_LARGEFILE); in hdev_open()
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/
Dsyscall_parameters_restrictions.cc140 int kOLargeFileFlag = O_LARGEFILE; in RestrictFcntlCommands()
/external/e2fsprogs/misc/
Dbadblocks.c34 #ifndef O_LARGEFILE
35 #define O_LARGEFILE 0 macro
1155 open_flag = O_LARGEFILE | (w_flag ? O_RDWR : O_RDONLY); in main()
/external/chromium_org/sandbox/linux/services/
Dbroker_process.cc105 O_DIRECTORY | O_EXCL | O_LARGEFILE | O_NOATIME | O_NOCTTY | in IsAllowedOpenFlags()
/external/chromium_org/third_party/sqlite/src/src/
Dos_unix.c260 #ifndef O_LARGEFILE
261 # define O_LARGEFILE 0 macro
264 # undef O_LARGEFILE
265 # define O_LARGEFILE 0 macro
5036 openFlags |= (O_LARGEFILE|O_BINARY); in unixOpen()
/external/stressapptest/src/
Dworker.cc2701 int flags = O_RDWR | O_SYNC | O_LARGEFILE; in OpenDevice()

12