Searched refs:socket_stat (Results 1 – 1 of 1) sorted by relevance
1456 struct stat socket_stat; in wl_socket_lock() local1476 if (lstat(socket->addr.sun_path, &socket_stat) < 0 ) { in wl_socket_lock()1482 } else if (socket_stat.st_mode & S_IWUSR || in wl_socket_lock()1483 socket_stat.st_mode & S_IWGRP) { in wl_socket_lock()