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

  /device/generic/goldfish/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/chromium_org/tools/win/link_limiter/
limiter.cc 177 static HANDLE WaitForPipe(const tstring& pipename,
186 pipename.c_str(),
219 tstring pipename = L"\\\\.\\pipe\\" + base_pipename; local
234 WaitForPipe(pipename, event,
  /external/blktrace/
blkparse.c 291 static char *pipename; variable
    [all...]

Completed in 322 milliseconds