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