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

  /external/e2fsprogs/misc/
uuidd.c 141 static int call_daemon(const char *socket_path, int op, char *buf,
165 strncpy(srv_addr.sun_path, socket_path, sizeof(srv_addr.sun_path));
228 static void server_loop(const char *socket_path, const char *pidfile_path,
266 ret = call_daemon(socket_path, 0, reply_buf, sizeof(reply_buf), 0, 0);
298 strncpy(my_addr.sun_path, socket_path, sizeof(my_addr.sun_path));
300 (void) unlink(socket_path);
307 socket_path, strerror(errno));
315 "socket %s: %s\n"), socket_path,
320 cleanup_socket = socket_path;
443 const char *socket_path = UUIDD_SOCKET_PATH local
    [all...]
  /external/wpa_supplicant_8/hostapd/
hlr_auc_gw.c 62 static const char *socket_path; variable
1007 if (socket_path)
1008 unlink(socket_path);
1068 socket_path = default_socket_path;
1100 socket_path = optarg;
1128 serv_sock = open_socket(socket_path);
1132 printf("Listening for requests on %s\n", socket_path);
1142 socket_path = NULL;

Completed in 322 milliseconds