Searched refs:socket_dir (Results 1 – 1 of 1) sorted by relevance
166 char socket_dir[PATH_MAX]; variable2158 if (socket_dir[0]) in cleanup_socket()2159 rmdir(socket_dir); in cleanup_socket()2438 mktemp_proto(socket_dir, sizeof(socket_dir)); in main()2439 if (mkdtemp(socket_dir) == NULL) { in main()2444 "%s/agent.%ld", socket_dir, (long)parent_pid); in main()2447 socket_dir[0] = '\0'; in main()