Home | History | Annotate | Download | only in ipc

Lines Matching refs:GetPeerEuid

564 bool Channel::ChannelImpl::GetPeerEuid(uid_t* peer_euid) const {
566 return IPC::GetPeerEuid(pipe_, peer_euid);
650 if (!GetPeerEuid(&client_euid)) {
1077 bool Channel::GetPeerEuid(uid_t* peer_euid) const {
1078 return channel_impl_->GetPeerEuid(peer_euid);