OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:ipc_fd
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/ppapi/nacl_irt/
manifest_service.cc
91
ppapi::proxy::SerializedHandle
ipc_fd
;
local
99
&
ipc_fd
,
121
if (
ipc_fd
.is_file())
122
*fd =
ipc_fd
.descriptor().fd;
/external/chromium_org/components/nacl/loader/
nacl_listener.cc
196
IPC::PlatformFileForTransit
ipc_fd
= IPC::InvalidPlatformFileForTransit();
variable
200
&
ipc_fd
,
204
if (
ipc_fd
== IPC::InvalidPlatformFileForTransit()) {
208
IPC::PlatformFileForTransitToPlatformFile(
ipc_fd
);
278
IPC::PlatformFileForTransit
ipc_fd
,
281
g_listener->OnFileTokenResolved(token_lo, token_hi,
ipc_fd
, file_path);
489
IPC::PlatformFileForTransit
ipc_fd
,
491
resolved_cb_.Run(
ipc_fd
, file_path);
/external/chromium_org/sandbox/linux/services/
broker_process_unittest.cc
458
const int
ipc_fd
= BrokerProcessTestHelper::get_ipc_socketpair(&open_broker);
local
459
SANDBOX_ASSERT(
ipc_fd
>= 0);
469
UnixDomainSocket::SendMsg(
ipc_fd
, kBogus, sizeof(kBogus), fds));
/external/chromium_org/sandbox/linux/suid/client/
setuid_sandbox_client.cc
173
int
ipc_fd
= GetIPCDescriptor(env_);
local
175
if (
ipc_fd
< 0) {
180
if (HANDLE_EINTR(write(
ipc_fd
, &kMsgChrootMe, 1)) != 1) {
194
if (HANDLE_EINTR(read(
ipc_fd
, &reply, 1)) != 1) {
Completed in 275 milliseconds