/external/elfutils/src/libelf/ |
D | elf_begin.c | 53 file_read_ar (int fildes, void *map_address, off_t offset, size_t maxsize, in file_read_ar() 75 get_shnum (void *map_address, unsigned char *e_ident, int fildes, off_t offset, in get_shnum() 248 file_read_elf (int fildes, void *map_address, unsigned char *e_ident, in file_read_elf() 494 __libelf_read_mmaped_file (int fildes, void *map_address, off_t offset, in __libelf_read_mmaped_file() 527 read_unmmaped_file (int fildes, off_t offset, size_t maxsize, Elf_Cmd cmd, in read_unmmaped_file() 589 read_file (int fildes, off_t offset, size_t maxsize, in read_file() 941 dup_elf (int fildes, Elf_Cmd cmd, Elf *ref) in dup_elf() 1032 elf_begin (fildes, cmd, ref) in elf_begin() argument
|
D | common.h | 71 allocate_elf (int fildes, void *map_address, off_t offset, size_t maxsize, in allocate_elf()
|
D | libelfP.h | 281 int fildes; member
|
/external/pdfium/core/src/fxcodec/fx_libopenjpeg/libopenjpeg20/ |
D | opj_includes.h | 79 # define OPJ_FSTAT(fildes,stat_buff) _fstati64(fildes,/* struct _stati64 */ stat_buff) argument 85 # define OPJ_FSTAT(fildes,stat_buff) fstat(fildes,stat_buff) argument
|
/external/fio/os/windows/ |
D | posix.c | 278 int fildes, off_t off) in mmap() 375 int fcntl(int fildes, int cmd, ...) in fcntl() 531 int fsync(int fildes) in fsync() 681 int fdatasync(int fildes) in fdatasync() 686 ssize_t pwrite(int fildes, const void *buf, size_t nbyte, in pwrite() 695 ssize_t pread(int fildes, void *buf, size_t nbyte, off_t offset) in pread() 703 ssize_t readv(int fildes, const struct iovec *iov, int iovcnt) in readv() 710 ssize_t writev(int fildes, const struct iovec *iov, int iovcnt) in writev()
|
/external/netperf/ |
D | netlib.h | 365 int fildes; /* the file descriptor of the source member
|
D | netlib.c | 1526 int fildes; in alloc_sendfile_buf_ring() local
|
/external/v8/tools/profviz/ |
D | gnuplot-4.6.3-emscripten.js | 1485 function _pwrite(fildes, buf, nbyte, offset) { argument 1510 }function _write(fildes, buf, nbyte) { argument 2019 function _lseek(fildes, offset, whence) { argument 2076 function _pread(fildes, buf, nbyte, offset) { argument 2116 }function _read(fildes, buf, nbyte) { argument 2185 function _close(fildes) { argument 2199 function _fsync(fildes) { argument 2804 function _fdopen(fildes, mode) { argument 3493 function _isatty(fildes) { argument
|
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 719 #define __sanitizer_syscall_pre_pipe(fildes) \ argument 721 #define __sanitizer_syscall_post_pipe(res, fildes) \ argument 723 #define __sanitizer_syscall_pre_pipe2(fildes, flags) \ argument 725 #define __sanitizer_syscall_post_pipe2(res, fildes, flags) \ argument 727 #define __sanitizer_syscall_pre_dup(fildes) \ argument 729 #define __sanitizer_syscall_post_dup(res, fildes) \ argument
|