Home | History | Annotate | Download | only in src

Lines Matching defs:Sid

5 #include "sandbox/win/src/sid.h"
11 Sid::Sid(const SID *sid) {
12 ::CopySid(SECURITY_MAX_SID_SIZE, sid_, const_cast<SID*>(sid));
15 Sid::Sid(WELL_KNOWN_SID_TYPE type) {
22 const SID *Sid::GetPSID() const {
23 return reinterpret_cast<SID*>(const_cast<BYTE*>(sid_));