Home
last modified time | relevance | path

Searched refs:out_fd (Results 1 – 14 of 14) sorted by relevance

/external/autotest/utils/
Dparallel.py98 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/
Ddecorate_proc_maps.cc12 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/
Dmock_lorgnette.py49 def ScanImage(self, device, out_fd, scan_properties): argument
59 scan_output_fd = out_fd.take()
/external/valgrind/coregrind/m_ume/
Dmain.c68 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/
Dfd.c268 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/
Ddigest.cc81 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/
Dpub_core_ume.h90 extern SysRes VG_(pre_exec_check)(const HChar* exe_name, Int* out_fd,
/external/toybox/toys/other/
Dbzcat.c441 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/
Dlinux_syscall_hooks.h783 #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/
Dbio.h450 OPENSSL_EXPORT int BIO_get_fd(BIO *bio, int *out_fd);
/external/iproute2/tc/
Dtc_bpf.c1621 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/
Dsanitizer_common_syscalls.inc1362 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/
Dscalar.stderr.exp2401 Syscall param sendfile(out_fd) contains uninitialised byte(s)
3281 Syscall param sendfile64(out_fd) contains uninitialised byte(s)
/external/valgrind/coregrind/m_syswrap/
Dsyswrap-linux.c1094 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()