/external/e2fsprogs/lib/e2p/ |
D | fsetversion.c | 33 #ifdef O_LARGEFILE 34 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
|
D | fgetversion.c | 33 #ifdef O_LARGEFILE 34 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
|
D | fgetflags.c | 37 #ifdef O_LARGEFILE 38 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
|
D | fsetflags.c | 46 #ifdef O_LARGEFILE 47 #define OPEN_FLAGS (O_RDONLY|O_NONBLOCK|O_LARGEFILE)
|
/external/kernel-headers/original/asm-generic/ |
D | fcntl.h | 49 #ifndef O_LARGEFILE 50 #define O_LARGEFILE 00100000 macro
|
/external/e2fsprogs/debugfs/ |
D | dump.c | 32 #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/ |
D | spawni.c | 28 #ifndef O_LARGEFILE 29 # define O_LARGEFILE 0 macro 258 | O_LARGEFILE, in __spawni()
|
/external/kernel-headers/original/asm-arm/ |
D | fcntl.h | 7 #define O_LARGEFILE 0400000 macro
|
/external/qemu/android/config/freebsd-x86/ |
D | config-host.h | 19 #define O_LARGEFILE 0 macro
|
/external/qemu/android/config/darwin-x86/ |
D | config-host.h | 24 #define O_LARGEFILE 0 macro
|
/external/kernel-headers/original/asm-mips/ |
D | fcntl.h | 20 #define O_LARGEFILE 0x2000 /* allow large file opens */ macro
|
/external/e2fsprogs/util/ |
D | copy_sparse.c | 110 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/ |
D | AndroidFixup.h | 43 #define open64(path, flags) open(path, ((flags) | O_LARGEFILE))
|
/external/e2fsprogs/contrib/ |
D | make-sparse.c | 58 fd = open(argv[1], O_WRONLY|O_CREAT|O_TRUNC|O_LARGEFILE, 0777); in main()
|
/external/qemu/ |
D | qemu-common.h | 50 #ifndef O_LARGEFILE 51 #define O_LARGEFILE 0 macro
|
/external/chromium_org/third_party/zlib/ |
D | gzlib.c | 163 #ifdef O_LARGEFILE 164 O_LARGEFILE |
|
/external/zlib/src/ |
D | gzlib.c | 221 #ifdef O_LARGEFILE 222 O_LARGEFILE |
|
/external/strace/ |
D | file.c | 304 #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/ |
D | vmdk.c | 202 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()
|
D | raw-posix.c | 855 fd = open(bsdPath, O_RDONLY | O_BINARY | O_LARGEFILE); in hdev_open()
|
/external/chromium_org/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_parameters_restrictions.cc | 140 int kOLargeFileFlag = O_LARGEFILE; in RestrictFcntlCommands()
|
/external/e2fsprogs/misc/ |
D | badblocks.c | 34 #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/ |
D | broker_process.cc | 105 O_DIRECTORY | O_EXCL | O_LARGEFILE | O_NOATIME | O_NOCTTY | in IsAllowedOpenFlags()
|
/external/chromium_org/third_party/sqlite/src/src/ |
D | os_unix.c | 260 #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/ |
D | worker.cc | 2701 int flags = O_RDWR | O_SYNC | O_LARGEFILE; in OpenDevice()
|