/external/e2fsprogs/lib/ext2fs/ |
D | getsectsize.c | 49 fd = open64(file, O_RDONLY); in ext2fs_get_device_sectsize() 75 fd = open64(file, O_RDONLY); in ext2fs_get_device_phys_sectsize()
|
D | getsize.c | 163 fd = open64(file, O_RDONLY); in ext2fs_get_device_size2()
|
D | unix_io.c | 476 data->dev = open64(io->name, open_flags); in unix_open()
|
/external/openssh/openbsd-compat/ |
D | port-solaris.c | 55 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/ |
D | linux-proc-maps.c | 79 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()
|
D | dwfl_build_id_find_elf.c | 113 fd = TEMP_FAILURE_RETRY (open64 (name, O_RDONLY)); in __libdwfl_open_by_build_id()
|
D | linux-kernel-modules.c | 93 : 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()
|
D | find-debuginfo.c | 74 int fd = TEMP_FAILURE_RETRY (open64 (fname, O_RDONLY)); in try_open()
|
D | dwfl_report_elf.c | 269 fd = open64 (file_name, O_RDONLY); in dwfl_report_elf()
|
D | argp-std.c | 214 int fd = open64 (arg, O_RDONLY); in parse_opt()
|
D | offline.c | 313 fd = open64 (file_name, O_RDONLY); in dwfl_report_offline()
|
D | dwfl_module_getdwarf.c | 66 file->fd = TEMP_FAILURE_RETRY (open64 (file->name, O_RDONLY)); in open_elf()
|
/external/elfutils/bionic-fixup/ |
D | AndroidFixup.h | 43 #define open64(path, flags) open(path, ((flags) | O_LARGEFILE)) macro
|
/external/elfutils/host-darwin-fixup/ |
D | AndroidFixup.h | 79 #define open64(path, flags) open(path, flags) macro
|
/external/elfutils/src/ |
D | findtextrel.c | 224 int fd = open64 (real_fname, O_RDONLY); in process_file() 377 fd2 = open64 (difname, O_RDONLY); in process_file()
|
/external/stlport/src/details/ |
D | fstream_unistd.cpp | 69 # define OPEN open64
|
/external/e2fsprogs/misc/ |
D | e2image.c | 595 fd = open64(image_fn, O_RDONLY); in install_image() 689 fd = open64(image_fn, O_CREAT|O_TRUNC|O_WRONLY, 0600); in main()
|
D | filefrag.c | 276 fd = open64(filename, O_RDONLY);
|
D | mke2fs.c | 2036 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/ |
D | TargetLibraryInfo.h | 410 open64, enumerator
|
/external/elfutils/ |
D | android.patch | 95 fd = TEMP_FAILURE_RETRY (open64 (name, O_RDONLY)); 196 /* Try to open64 [DIR/][SUBDIR/]DEBUGLINK, return file descriptor or -1.
|
/external/e2fsprogs/resize/ |
D | main.c | 260 fd = open64(device_name, O_RDWR); in main()
|
/external/llvm/lib/Target/ |
D | TargetLibraryInfo.cpp | 579 TLI.setUnavailable(LibFunc::open64); in initialize()
|
/external/compiler-rt/lib/tsan/rtl/ |
D | tsan_interceptors.cc | 1278 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/ |
D | JITMemoryManager.cpp | 810 sys::DynamicLibrary::AddSymbol("\x1open64", (void*)(intptr_t)open64); in StatSymbols()
|