Home
last modified time | relevance | path

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

/device/generic/goldfish/libqemu/
Dtest_util.h31 int pipe_send( Pipe* pipe, const void* buff, size_t bufflen );
Dtest_guest_1.c70 int ret = pipe_send(pipe, buff, len); in main()
Dtest_util.c86 pipe_send( Pipe* pipe, const void* buff, size_t bufflen ) in pipe_send() function
Dtest_guest_2.c163 int ret = pipe_send(pipe, buffer, bufferSize); in main()