OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pipe_send
(Results
1 - 4
of
4
) sorted by null
/device/generic/goldfish/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 58 milliseconds