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

  /development/tools/emulator/system/libqemu/
test_util.h 31 int pipe_send( Pipe* pipe, const void* buff, size_t bufflen );
test_guest_1.c 70 int ret = pipe_send(pipe, buff, len);
test_util.c 86 pipe_send( Pipe* pipe, const void* buff, size_t bufflen ) function
test_guest_2.c 163 int ret = pipe_send(pipe, buffer, bufferSize);

Completed in 303 milliseconds