Home
last modified time | relevance | path

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

/platform_testing/tools/automotive/proxy/
Dproxy.cpp65 bool transferBytes(int src_fd, int dst_fd) { in transferBytes() argument
71 int writtenBytes = write(dst_fd, buf, readBytes); in transferBytes()