Home
last modified time | relevance | path

Searched refs:socketPath (Results 1 – 1 of 1) sorted by relevance

/external/honggfuzz/
Dsocketfuzzer.c126 char socketPath[512]; in setupSocketFuzzer() local
127 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() local
163 snprintf(socketPath, sizeof(socketPath), "/tmp/honggfuzz_socket.%i", getpid()); in cleanupSocketFuzzer()
164 unlink(socketPath); in cleanupSocketFuzzer()