/external/e2fsprogs/lib/ext2fs/ |
H A D | getsectsize.c | 49 fd = open64(file, O_RDONLY); 75 fd = open64(file, O_RDONLY);
|
H A D | getsize.c | 163 fd = open64(file, O_RDONLY);
|
H A D | unix_io.c | 476 data->dev = open64(io->name, open_flags);
|
/external/openssh/openbsd-compat/ |
H A D | port-solaris.c | 55 if ((stat_fd = open64(CT_LATEST, O_RDONLY)) == -1) { 80 if ((tmpl_fd = open64(CT_TEMPLATE, O_RDWR)) == -1) { 176 if ((ctl_fd = open64(ctl_path, O_WRONLY)) < 0) {
|
/external/elfutils/bionic-fixup/ |
H A D | AndroidFixup.h | 42 /* workaround for open64 */ 43 #define open64(path, flags) open(path, ((flags) | O_LARGEFILE)) macro
|
/external/elfutils/host-darwin-fixup/ |
H A D | AndroidFixup.h | 78 /* workaround for open64 */ 79 #define open64(path, flags) open(path, flags) macro
|
/external/elfutils/libdwfl/ |
H A D | linux-proc-maps.c | 79 int fd = open64 (fname, O_RDONLY); 298 int fd = open64 (module_name, O_RDONLY); 320 int fd = open64 (fname, O_RDONLY);
|
H A D | dwfl_build_id_find_elf.c | 113 fd = TEMP_FAILURE_RETRY (open64 (name, O_RDONLY));
|
H A D | linux-kernel-modules.c | 93 : TEMP_FAILURE_RETRY (open64 (*fname, O_RDONLY))); 435 int fd = open64 (notesfile, O_RDONLY); 675 int fd = open64 (f->fts_accpath, O_RDONLY);
|
H A D | argp-std.c | 214 int fd = open64 (arg, O_RDONLY);
|
H A D | dwfl_report_elf.c | 269 fd = open64 (file_name, O_RDONLY);
|
H A D | find-debuginfo.c | 56 /* Try to open64 [DIR/][SUBDIR/]DEBUGLINK, return file descriptor or -1. 74 int fd = TEMP_FAILURE_RETRY (open64 (fname, O_RDONLY));
|
H A D | offline.c | 313 fd = open64 (file_name, O_RDONLY);
|
H A D | dwfl_module_getdwarf.c | 66 file->fd = TEMP_FAILURE_RETRY (open64 (file->name, O_RDONLY));
|
/external/elfutils/src/ |
H A D | findtextrel.c | 224 int fd = open64 (real_fname, O_RDONLY); 377 fd2 = open64 (difname, O_RDONLY);
|
H A D | unstrip.c | 1899 int outfd = open64 (output_file, O_RDWR | O_CREAT, 1929 int fd = open64 (file, writable ? O_RDWR : O_RDONLY);
|
/external/stlport/src/details/ |
H A D | fstream_unistd.cpp | 69 # define OPEN open64
|
/external/e2fsprogs/misc/ |
H A D | e2image.c | 595 fd = open64(image_fn, O_RDONLY); 689 fd = open64(image_fn, O_CREAT|O_TRUNC|O_WRONLY, 0600);
|
H A D | filefrag.c | 276 fd = open64(filename, O_RDONLY);
|
H A D | mke2fs.c | 2036 fd = open64(fs->device_name, O_RDWR); 2063 fd = open64(fs->device_name, O_RDWR);
|
/external/e2fsprogs/resize/ |
H A D | main.c | 260 fd = open64(device_name, O_RDWR);
|
/external/llvm/include/llvm/Target/ |
H A D | TargetLibraryInfo.h | 409 /// int open64(const char *filename, int flags[, mode_t mode]) 410 open64, enumerator in enum:llvm::LibFunc::Func
|
/external/llvm/lib/Target/ |
H A D | TargetLibraryInfo.cpp | 220 "open64", 579 TLI.setUnavailable(LibFunc::open64);
|
/external/compiler-rt/lib/tsan/rtl/ |
H A D | tsan_interceptors.cc | 1278 TSAN_INTERCEPTOR(int, open64, const char *name, int flags, int mode) { 1279 SCOPED_TSAN_INTERCEPTOR(open64, name, flags, mode); 1280 int fd = REAL(open64)(name, flags, mode); 2010 TSAN_INTERCEPT(open64);
|
/external/llvm/lib/ExecutionEngine/JIT/ |
H A D | JITMemoryManager.cpp | 810 sys::DynamicLibrary::AddSymbol("\x1open64", (void*)(intptr_t)open64);
|