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

  /external/chromium_org/sandbox/win/src/
sid_unittest.cc 25 SID *sid_world_pointer = const_cast<SID*>(sid_world.GetPSID());
29 ASSERT_TRUE(EqualSid(sid_world_pointer, sid_sid_star.GetPSID()));
33 ASSERT_TRUE(EqualSid(sid_world_pointer, sid_copy.GetPSID()));
35 // Note that the WELL_KNOWN_SID_TYPE constructor is tested in the GetPSID
39 // Tests the method GetPSID
40 TEST(SidTest, GetPSID) {
42 ASSERT_NE(static_cast<SID*>(NULL), Sid(::WinLocalSid).GetPSID());
43 ASSERT_NE(static_cast<SID*>(NULL), Sid(::WinCreatorOwnerSid).GetPSID());
44 ASSERT_NE(static_cast<SID*>(NULL), Sid(::WinBatchSid).GetPSID());
46 ASSERT_TRUE(EqualSid(Sid(::WinNullSid).GetPSID(),
    [all...]
sid.h 21 const SID *GetPSID() const;
sid.cc 22 const SID *Sid::GetPSID() const {
acl.cc 51 const_cast<SID*>(sid.GetPSID()));
107 if (!AddSidToDacl(sid.GetPSID(), old_dacl, access_mode, access, &new_dacl)) {
restricted_token.cc 62 const_cast<SID*>(sids_for_deny_only_[i].GetPSID());
73 const_cast<SID*>(sids_to_restrict_[i].GetPSID());
223 if (::EqualSid(const_cast<SID*>((*exceptions)[j].GetPSID()),
restricted_token_unittest.cc 105 token.AddRestrictingSid(ATL::Sids::World().GetPSID()));
146 token.AddRestrictingSid(ATL::Sids::World().GetPSID()));
448 token.AddRestrictingSid(ATL::Sids::World().GetPSID()));
525 token.AddRestrictingSid(ATL::Sids::World().GetPSID()));
  /external/chromium_org/cloud_print/service/win/
local_security_policy.cc 91 policy_, const_cast<SID*>(user_sid.GetPSID()), rights.Receive(), &count);
117 ::LsaAddAccountRights(policy_, const_cast<SID*>(user_sid.GetPSID()),

Completed in 1218 milliseconds