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

  /development/tools/emulator/system/libqemu/
test_util.h 30 int pipe_openQemuPipe( Pipe* pipe, const char* pipename );
test_util.c 75 pipe_openQemuPipe( Pipe* pipe, const char* pipename )
77 pipe->socket = qemu_pipe_open(pipename);
79 fprintf(stderr, "%s: Could not open '%s' pipe: %s\n", __FUNCTION__, pipename, strerror(errno));
  /external/blktrace/
blkparse.c 291 static char *pipename; variable
    [all...]

Completed in 30 milliseconds