/external/autotest/utils/ |
D | parallel.py | 98 out_fd = os.open(log_file, os.O_WRONLY | os.O_CREAT) 100 os.dup2(out_fd, 2) 101 os.dup2(out_fd, 1) 103 os.close(out_fd)
|
/external/compiler-rt/test/sanitizer_common/TestCases/Posix/ |
D | decorate_proc_maps.cc | 12 bool CopyFdToFd(int in_fd, int out_fd) { in CopyFdToFd() argument 18 write(out_fd, buf, got); in CopyFdToFd()
|
/external/autotest/client/site_tests/documentscan_AppTestWithFakeLorgnette/ |
D | mock_lorgnette.py | 49 def ScanImage(self, device, out_fd, scan_properties): argument 59 scan_output_fd = out_fd.take()
|
/external/valgrind/coregrind/m_ume/ |
D | main.c | 68 VG_(pre_exec_check)(const HChar* exe_name, Int* out_fd, Bool allow_setuid) in VG_() 123 if (!sr_isError(res) && out_fd) { in VG_() 124 *out_fd = fd; in VG_()
|
/external/boringssl/src/crypto/bio/ |
D | fd.c | 268 int BIO_get_fd(BIO *bio, int *out_fd) { in BIO_get_fd() argument 269 return BIO_ctrl(bio, BIO_C_GET_FD, 0, (char *) out_fd); in BIO_get_fd()
|
/external/boringssl/src/tool/ |
D | digest.cc | 81 static bool OpenFile(int *out_fd, const std::string &filename) { in OpenFile() argument 82 *out_fd = -1; in OpenFile() 106 *out_fd = fd; in OpenFile()
|
/external/valgrind/coregrind/ |
D | pub_core_ume.h | 90 extern SysRes VG_(pre_exec_check)(const HChar* exe_name, Int* out_fd,
|
/external/toybox/toys/other/ |
D | bzcat.c | 441 static void flush_bunzip_outbuf(struct bunzip_data *bd, int out_fd) in flush_bunzip_outbuf() argument 444 if (write(out_fd, bd->outbuf, bd->outbufPos) != bd->outbufPos) in flush_bunzip_outbuf() 514 int out_fd, char *outbuf, int len) in write_bunzip_data() argument 565 if (bd->outbufPos == IOBUF_SIZE) flush_bunzip_outbuf(bd, out_fd); in write_bunzip_data()
|
/external/compiler-rt/include/sanitizer/ |
D | linux_syscall_hooks.h | 783 #define __sanitizer_syscall_pre_sendfile(out_fd, in_fd, offset, count) \ argument 784 __sanitizer_syscall_pre_impl_sendfile((long)(out_fd), (long)(in_fd), \ 786 #define __sanitizer_syscall_post_sendfile(res, out_fd, in_fd, offset, count) \ argument 787 __sanitizer_syscall_post_impl_sendfile(res, (long)(out_fd), (long)(in_fd), \ 789 #define __sanitizer_syscall_pre_sendfile64(out_fd, in_fd, offset, count) \ argument 790 __sanitizer_syscall_pre_impl_sendfile64((long)(out_fd), (long)(in_fd), \ 792 #define __sanitizer_syscall_post_sendfile64(res, out_fd, in_fd, offset, count) \ argument 793 __sanitizer_syscall_post_impl_sendfile64(res, (long)(out_fd), (long)(in_fd), \ 2437 void __sanitizer_syscall_pre_impl_sendfile(long out_fd, long in_fd, long offset, 2439 void __sanitizer_syscall_post_impl_sendfile(long res, long out_fd, long in_fd, [all …]
|
/external/boringssl/src/include/openssl/ |
D | bio.h | 450 OPENSSL_EXPORT int BIO_get_fd(BIO *bio, int *out_fd);
|
/external/iproute2/tc/ |
D | tc_bpf.c | 1621 goto out_fd; in bpf_elf_ctx_init() 1626 goto out_fd; in bpf_elf_ctx_init() 1652 out_fd: in bpf_elf_ctx_init()
|
/external/compiler-rt/lib/sanitizer_common/ |
D | sanitizer_common_syscalls.inc | 1362 PRE_SYSCALL(sendfile)(long out_fd, long in_fd, void *offset, long count) {} 1364 POST_SYSCALL(sendfile)(long res, long out_fd, long in_fd, 1371 PRE_SYSCALL(sendfile64)(long out_fd, long in_fd, void *offset, long count) {} 1373 POST_SYSCALL(sendfile64)(long res, long out_fd, long in_fd,
|
/external/valgrind/memcheck/tests/x86-linux/ |
D | scalar.stderr.exp | 2401 Syscall param sendfile(out_fd) contains uninitialised byte(s) 3281 Syscall param sendfile64(out_fd) contains uninitialised byte(s)
|
/external/valgrind/coregrind/m_syswrap/ |
D | syswrap-linux.c | 1094 int, out_fd, int, in_fd, vki_off_t *, offset, in PRE() 1111 int, out_fd, int, in_fd, vki_loff_t *, offset, in PRE()
|