Home
last modified time | relevance | path

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

/device/google/cuttlefish/common/libs/utils/
Dunix_sockets.cpp124 bool right_type = Raw()->cmsg_type == SCM_CREDENTIALS; in IsCredentials() local
126 return right_level && right_type && enough_data; in IsCredentials()
139 bool right_type = Raw()->cmsg_type == SCM_RIGHTS; in IsFileDescriptors() local
140 return right_level && right_type; in IsFileDescriptors()