Home
last modified time | relevance | path

Searched refs:open64 (Results 1 – 25 of 31) sorted by relevance

12

/external/e2fsprogs/lib/ext2fs/
Dgetsectsize.c49 fd = open64(file, O_RDONLY); in ext2fs_get_device_sectsize()
75 fd = open64(file, O_RDONLY); in ext2fs_get_device_phys_sectsize()
Dgetsize.c163 fd = open64(file, O_RDONLY); in ext2fs_get_device_size2()
Dunix_io.c476 data->dev = open64(io->name, open_flags); in unix_open()
/external/openssh/openbsd-compat/
Dport-solaris.c55 if ((stat_fd = open64(CT_LATEST, O_RDONLY)) == -1) { in get_active_process_contract_id()
80 if ((tmpl_fd = open64(CT_TEMPLATE, O_RDWR)) == -1) { in solaris_contract_pre_fork()
176 if ((ctl_fd = open64(ctl_path, O_WRONLY)) < 0) { in solaris_contract_post_fork_parent()
/external/elfutils/libdwfl/
Dlinux-proc-maps.c79 int fd = open64 (fname, O_RDONLY); in find_sysinfo_ehdr()
298 int fd = open64 (module_name, O_RDONLY); in dwfl_linux_proc_find_elf()
320 int fd = open64 (fname, O_RDONLY); in dwfl_linux_proc_find_elf()
Ddwfl_build_id_find_elf.c113 fd = TEMP_FAILURE_RETRY (open64 (name, O_RDONLY)); in __libdwfl_open_by_build_id()
Dlinux-kernel-modules.c93 : TEMP_FAILURE_RETRY (open64 (*fname, O_RDONLY))); in try_kernel_name()
435 int fd = open64 (notesfile, O_RDONLY); in check_notes()
675 int fd = open64 (f->fts_accpath, O_RDONLY); in INTDEF()
Dfind-debuginfo.c74 int fd = TEMP_FAILURE_RETRY (open64 (fname, O_RDONLY)); in try_open()
Ddwfl_report_elf.c269 fd = open64 (file_name, O_RDONLY); in dwfl_report_elf()
Dargp-std.c214 int fd = open64 (arg, O_RDONLY); in parse_opt()
Doffline.c313 fd = open64 (file_name, O_RDONLY); in dwfl_report_offline()
Ddwfl_module_getdwarf.c66 file->fd = TEMP_FAILURE_RETRY (open64 (file->name, O_RDONLY)); in open_elf()
/external/elfutils/bionic-fixup/
DAndroidFixup.h43 #define open64(path, flags) open(path, ((flags) | O_LARGEFILE)) macro
/external/elfutils/host-darwin-fixup/
DAndroidFixup.h79 #define open64(path, flags) open(path, flags) macro
/external/elfutils/src/
Dfindtextrel.c224 int fd = open64 (real_fname, O_RDONLY); in process_file()
377 fd2 = open64 (difname, O_RDONLY); in process_file()
/external/stlport/src/details/
Dfstream_unistd.cpp69 # define OPEN open64
/external/e2fsprogs/misc/
De2image.c595 fd = open64(image_fn, O_RDONLY); in install_image()
689 fd = open64(image_fn, O_CREAT|O_TRUNC|O_WRONLY, 0600); in main()
Dfilefrag.c276 fd = open64(filename, O_RDONLY);
Dmke2fs.c2036 fd = open64(fs->device_name, O_RDWR); in mke2fs_discard_blocks()
2063 fd = open64(fs->device_name, O_RDWR); in mke2fs_discard_zeroes_data()
/external/llvm/include/llvm/Target/
DTargetLibraryInfo.h410 open64, enumerator
/external/elfutils/
Dandroid.patch95 fd = TEMP_FAILURE_RETRY (open64 (name, O_RDONLY));
196 /* Try to open64 [DIR/][SUBDIR/]DEBUGLINK, return file descriptor or -1.
/external/e2fsprogs/resize/
Dmain.c260 fd = open64(device_name, O_RDWR); in main()
/external/llvm/lib/Target/
DTargetLibraryInfo.cpp579 TLI.setUnavailable(LibFunc::open64); in initialize()
/external/compiler-rt/lib/tsan/rtl/
Dtsan_interceptors.cc1278 TSAN_INTERCEPTOR(int, open64, const char *name, int flags, int mode) { in TSAN_INTERCEPTOR() argument
1279 SCOPED_TSAN_INTERCEPTOR(open64, name, flags, mode); in TSAN_INTERCEPTOR()
1280 int fd = REAL(open64)(name, flags, mode); in TSAN_INTERCEPTOR()
2010 TSAN_INTERCEPT(open64); in InitializeInterceptors()
/external/llvm/lib/ExecutionEngine/JIT/
DJITMemoryManager.cpp810 sys::DynamicLibrary::AddSymbol("\x1open64", (void*)(intptr_t)open64); in StatSymbols()

12