Searched refs:socketPath (Results 1 – 1 of 1) sorted by relevance
126 char socketPath[512]; in setupSocketFuzzer() local127 snprintf(socketPath, sizeof(socketPath), "/tmp/honggfuzz_socket.%i", getpid()); in setupSocketFuzzer()135 strcpy(local.sun_path, socketPath); in setupSocketFuzzer()148 printf("Waiting for SocketFuzzer connection on socket: %s\n", socketPath); in setupSocketFuzzer()162 char socketPath[512]; in cleanupSocketFuzzer() local163 snprintf(socketPath, sizeof(socketPath), "/tmp/honggfuzz_socket.%i", getpid()); in cleanupSocketFuzzer()164 unlink(socketPath); in cleanupSocketFuzzer()