HomeSort by relevance Sort by last modified time
    Searched refs:pipe_recv (Results 1 - 4 of 4) sorted by null

  /device/generic/goldfish/libqemu/
test_util.h 32 int pipe_recv( Pipe* pipe, void* buff, size_t bufflen );
test_guest_1.c 79 ret = pipe_recv(pipe, buff2, len);
test_util.c 109 pipe_recv( Pipe* pipe, void* buff, size_t bufflen ) function
test_guest_2.c 176 ret = pipe_recv(pipe, buffer2 + pos, len);

Completed in 52 milliseconds