HomeSort by relevance Sort by last modified time
    Searched defs:GetPeerEuid (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/ipc/
unix_domain_socket_util.cc 140 bool GetPeerEuid(int fd, uid_t* peer_euid) {
169 if (!GetPeerEuid(peer_fd, &peer_euid))
ipc_channel_proxy.cc 420 bool ChannelProxy::GetPeerEuid(uid_t* peer_euid) const {
426 return channel->GetPeerEuid(peer_euid);
ipc_channel_posix.cc 543 bool Channel::ChannelImpl::GetPeerEuid(uid_t* peer_euid) const {
545 return IPC::GetPeerEuid(pipe_, peer_euid);
619 if (!GetPeerEuid(&client_euid)) {
995 bool Channel::GetPeerEuid(uid_t* peer_euid) const {
996 return channel_impl_->GetPeerEuid(peer_euid);

Completed in 442 milliseconds