OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ipc_fd
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/sandbox/linux/suid/client/
setuid_sandbox_client.cc
117
int
ipc_fd
= GetIPCDescriptor(env_);
local
119
if (
ipc_fd
< 0) {
124
if (HANDLE_EINTR(write(
ipc_fd
, &kMsgChrootMe, 1)) != 1) {
138
if (HANDLE_EINTR(read(
ipc_fd
, &reply, 1)) != 1) {
/external/chromium_org/components/nacl/loader/
nacl_listener.cc
145
IPC::PlatformFileForTransit
ipc_fd
= IPC::InvalidPlatformFileForTransit();
variable
149
&
ipc_fd
,
153
if (
ipc_fd
== IPC::InvalidPlatformFileForTransit()) {
157
IPC::PlatformFileForTransitToPlatformFile(
ipc_fd
);
Completed in 30 milliseconds