OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
178
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
67
bool
GetPeerEuid
(uid_t* peer_euid) const;
ipc_channel_proxy.h
157
bool
GetPeerEuid
(uid_t* peer_euid) const;
ipc_channel_proxy.cc
412
bool ChannelProxy::
GetPeerEuid
(uid_t* peer_euid) const {
418
return channel->
GetPeerEuid
(peer_euid);
ipc_channel_posix.cc
564
bool Channel::ChannelImpl::
GetPeerEuid
(uid_t* peer_euid) const {
566
return IPC::
GetPeerEuid
(pipe_, peer_euid);
650
if (!
GetPeerEuid
(&client_euid)) {
[
all
...]
Completed in 46 milliseconds