Home
last modified time | relevance | path

Searched refs:ScopedSid (Results 1 – 4 of 4) sorted by relevance

/external/chromium_org/remoting/host/win/
Dsecurity_descriptor.cc42 ScopedSid GetLogonSid(HANDLE token) { in GetLogonSid()
46 return ScopedSid(); in GetLogonSid()
51 return ScopedSid(); in GetLogonSid()
57 ScopedSid logon_sid(length); in GetLogonSid()
59 return ScopedSid(); in GetLogonSid()
65 return ScopedSid(); in GetLogonSid()
71 ScopedSid* group, in MakeScopedAbsoluteSd()
72 ScopedSid* owner, in MakeScopedAbsoluteSd()
98 ScopedSid local_group(group_size); in MakeScopedAbsoluteSd()
99 ScopedSid local_owner(owner_size); in MakeScopedAbsoluteSd()
Dsecurity_descriptor.h18 typedef TypedBuffer<SID> ScopedSid; typedef
28 ScopedSid GetLogonSid(HANDLE token);
35 ScopedSid* group,
36 ScopedSid* owner,
Dcom_security.cc33 ScopedSid group; in InitializeComSecurity()
34 ScopedSid owner; in InitializeComSecurity()
Dunprivileged_process_delegate.cc112 bool CreateWindowStationAndDesktop(ScopedSid logon_sid, in CreateWindowStationAndDesktop()
248 ScopedSid logon_sid = GetLogonSid(token.Get()); in LaunchProcess()