Searched refs:PIPE_NAME (Results 1 - 2 of 2) sorted by relevance

/development/tools/emulator/system/libqemu/
H A Dtest_guest_1.c37 #define PIPE_NAME "pingpong" macro
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);
H A Dtest_guest_2.c30 #define PIPE_NAME "pingpong" macro
40 " -pipe <name> Use pipe name (default: " PIPE_NAME ")\n"
123 pipeName = PIPE_NAME;

Completed in 122 milliseconds