Home
last modified time | relevance | path

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

/external/wayland/src/
Dwayland-server.c1155 struct stat socket_stat; in wl_socket_lock() local
1175 if (stat(socket->addr.sun_path, &socket_stat) < 0 ) { in wl_socket_lock()
1181 } else if (socket_stat.st_mode & S_IWUSR || in wl_socket_lock()
1182 socket_stat.st_mode & S_IWGRP) { in wl_socket_lock()