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

  /device/generic/goldfish/libqemu/
test_guest_1.c 37 #define PIPE_NAME "pingpong"
53 if (pipe_openQemuPipe(pipe, PIPE_NAME) < 0) {
54 fprintf(stderr, "Could not open '%s' pipe: %s\n", PIPE_NAME, strerror(errno));
57 printf("Connected to '%s' pipe\n", PIPE_NAME);
test_guest_2.c 30 #define PIPE_NAME "pingpong"
40 " -pipe <name> Use pipe name (default: " PIPE_NAME ")\n"
123 pipeName = PIPE_NAME;

Completed in 65 milliseconds