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

  /external/chromium_org/ipc/
unix_domain_socket_util.h 40 IPC_EXPORT bool GetPeerEuid(int fd, uid_t* peer_euid);
ipc_channel.h 171 bool GetPeerEuid(uid_t* peer_euid) const;
unix_domain_socket_util.cc 140 bool GetPeerEuid(int fd, uid_t* peer_euid) {
169 if (!GetPeerEuid(peer_fd, &peer_euid))
ipc_channel_posix.h 66 bool GetPeerEuid(uid_t* peer_euid) const;
ipc_channel_proxy.h 184 bool GetPeerEuid(uid_t* peer_euid) const;
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);
ipc_channel_proxy.cc 420 bool ChannelProxy::GetPeerEuid(uid_t* peer_euid) const {
426 return channel->GetPeerEuid(peer_euid);

Completed in 131 milliseconds