Home | History | Annotate | Download | only in ipc

Lines Matching refs:GetPeerEuid

580 bool ChannelPosix::GetPeerEuid(uid_t* peer_euid) const {
582 return IPC::GetPeerEuid(pipe_, peer_euid);
666 if (!GetPeerEuid(&client_euid)) {