OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:relative_sd
(Results
1 - 3
of
3
) sorted by null
/external/chromium_org/remoting/host/win/
com_security.cc
26
ScopedSd
relative_sd
= ConvertSddlToSd(sddl);
local
27
if (!
relative_sd
) {
36
if (!MakeScopedAbsoluteSd(
relative_sd
, &absolute_sd, &dacl, &group, &owner,
security_descriptor.h
32
bool MakeScopedAbsoluteSd(const ScopedSd&
relative_sd
,
security_descriptor.cc
68
bool MakeScopedAbsoluteSd(const ScopedSd&
relative_sd
,
80
if (MakeAbsoluteSD(
relative_sd
.get(),
103
if (!MakeAbsoluteSD(
relative_sd
.get(),
Completed in 768 milliseconds