OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IPC_CREATENAMEDPIPEW_TAG
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/sandbox/win/src/
ipc_tags.h
21
IPC_CREATENAMEDPIPEW_TAG
,
named_pipe_dispatcher.cc
26
{
IPC_CREATENAMEDPIPEW_TAG
, WCHAR_TYPE, ULONG_TYPE, ULONG_TYPE, ULONG_TYPE,
36
if (
IPC_CREATENAMEDPIPEW_TAG
== service)
68
EvalResult eval = policy_base_->EvalPolicy(
IPC_CREATENAMEDPIPEW_TAG
,
named_pipe_interception.cc
48
if (!QueryBroker(
IPC_CREATENAMEDPIPEW_TAG
, params.GetBase()))
53
ResultCode code = CrossCall(ipc,
IPC_CREATENAMEDPIPEW_TAG
, pipe_name,
named_pipe_policy.cc
55
if (!policy->AddRule(
IPC_CREATENAMEDPIPEW_TAG
, &pipe)) {
sandbox_policy_base.cc
111
ipc_targets_[
IPC_CREATENAMEDPIPEW_TAG
] = dispatcher;
144
delete ipc_targets_[
IPC_CREATENAMEDPIPEW_TAG
];
Completed in 106 milliseconds