Searched refs:known_sid (Results 1 - 2 of 2) sorted by relevance

/external/chromium/base/
H A Dwin_util.h45 // granting |access| to the user |known_sid|.
46 // If |known_sid| is WinSelfSid, the sid of the current user will be added to
48 bool AddAccessToKernelObject(HANDLE handle, WELL_KNOWN_SID_TYPE known_sid,
H A Dwin_util.cc98 bool AddAccessToKernelObject(HANDLE handle, WELL_KNOWN_SID_TYPE known_sid, argument
112 if (known_sid == WinSelfSid) {
135 if (!CreateWellKnownSid(known_sid , NULL, sid, &size_sid)) {

Completed in 381 milliseconds