HomeSort by relevance Sort by last modified time
    Searched refs:mandatory_label (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/remoting/host/win/
com_security.h 33 const std::string& mandatory_label,
com_security.cc 18 const std::string& mandatory_label,
22 sddl += mandatory_label;
chromoting_module.cc 53 TypedBuffer<TOKEN_MANDATORY_LABEL> mandatory_label; local
58 mandatory_label.get(), length, &length);
62 mandatory_label.Swap(buffer);
66 mandatory_label.get(), length, &length);
75 *GetSidSubAuthorityCount(mandatory_label->Label.Sid);
76 DWORD* current_level = GetSidSubAuthority(mandatory_label->Label.Sid,
82 if (!SetTokenInformation(token, TokenIntegrityLevel, mandatory_label.get(),

Completed in 116 milliseconds