Searched refs:open64 (Results 1 - 25 of 27) sorted by relevance

12

/external/e2fsprogs/lib/ext2fs/
H A Dgetsectsize.c49 fd = open64(file, O_RDONLY);
75 fd = open64(file, O_RDONLY);
H A Dgetsize.c163 fd = open64(file, O_RDONLY);
H A Dunix_io.c476 data->dev = open64(io->name, open_flags);
/external/openssh/openbsd-compat/
H A Dport-solaris.c55 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 DAndroidFixup.h42 /* workaround for open64 */
43 #define open64(path, flags) open(path, ((flags) | O_LARGEFILE)) macro
/external/elfutils/host-darwin-fixup/
H A DAndroidFixup.h78 /* workaround for open64 */
79 #define open64(path, flags) open(path, flags) macro
/external/elfutils/libdwfl/
H A Dlinux-proc-maps.c79 int fd = open64 (fname, O_RDONLY);
298 int fd = open64 (module_name, O_RDONLY);
320 int fd = open64 (fname, O_RDONLY);
H A Ddwfl_build_id_find_elf.c113 fd = TEMP_FAILURE_RETRY (open64 (name, O_RDONLY));
H A Dlinux-kernel-modules.c93 : 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 Dargp-std.c214 int fd = open64 (arg, O_RDONLY);
H A Ddwfl_report_elf.c269 fd = open64 (file_name, O_RDONLY);
H A Dfind-debuginfo.c56 /* Try to open64 [DIR/][SUBDIR/]DEBUGLINK, return file descriptor or -1.
74 int fd = TEMP_FAILURE_RETRY (open64 (fname, O_RDONLY));
H A Doffline.c313 fd = open64 (file_name, O_RDONLY);
H A Ddwfl_module_getdwarf.c66 file->fd = TEMP_FAILURE_RETRY (open64 (file->name, O_RDONLY));
/external/elfutils/src/
H A Dfindtextrel.c224 int fd = open64 (real_fname, O_RDONLY);
377 fd2 = open64 (difname, O_RDONLY);
H A Dunstrip.c1899 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 Dfstream_unistd.cpp69 # define OPEN open64
/external/e2fsprogs/misc/
H A De2image.c595 fd = open64(image_fn, O_RDONLY);
689 fd = open64(image_fn, O_CREAT|O_TRUNC|O_WRONLY, 0600);
H A Dfilefrag.c276 fd = open64(filename, O_RDONLY);
H A Dmke2fs.c2036 fd = open64(fs->device_name, O_RDWR);
2063 fd = open64(fs->device_name, O_RDWR);
/external/e2fsprogs/resize/
H A Dmain.c260 fd = open64(device_name, O_RDWR);
/external/llvm/include/llvm/Target/
H A DTargetLibraryInfo.h409 /// int open64(const char *filename, int flags[, mode_t mode])
410 open64, enumerator in enum:llvm::LibFunc::Func
/external/llvm/lib/Target/
H A DTargetLibraryInfo.cpp220 "open64",
579 TLI.setUnavailable(LibFunc::open64);
/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_interceptors.cc1278 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 DJITMemoryManager.cpp810 sys::DynamicLibrary::AddSymbol("\x1open64", (void*)(intptr_t)open64);

Completed in 547 milliseconds

12