Home
last modified time | relevance | path

Searched refs:FromPSID (Results 1 – 6 of 6) sorted by relevance

/external/cronet/base/win/
Dsid.cc46 return *Sid::FromPSID(sid); in FromSubAuthorities()
216 return FromPSID(psid_alloc.get()); in FromSddlString()
219 absl::optional<Sid> Sid::FromPSID(PSID sid) { in FromPSID() function in base::win::Sid
Daccess_token.cc90 ret.emplace_back(UnwrapSid(Sid::FromPSID(groups_ptr->Groups[index].Sid)), in GetGroupsFromToken()
332 return {UnwrapSid(Sid::FromPSID(user.Sid)), user.Attributes}; in UserGroup()
338 return UnwrapSid(Sid::FromPSID(GetType<TOKEN_OWNER>(buffer)->Owner)); in Owner()
345 Sid::FromPSID(GetType<TOKEN_PRIMARY_GROUP>(buffer)->PrimaryGroup)); in PrimaryGroup()
420 return Sid::FromPSID(info->TokenAppContainer); in AppContainerSid()
Dsid.h81 static absl::optional<Sid> FromPSID(const PSID sid);
Dsid_unittest.cc119 absl::optional<Sid> sid_sid_star = Sid::FromPSID(sid_world_pointer); in TEST()
123 ASSERT_FALSE(Sid::FromPSID(invalid_sid)); in TEST()
Dsecurity_descriptor.cc185 return Sid::FromPSID(sid); in GetSecurityDescriptorSid()
Daccess_token_unittest.cc161 absl::optional<Sid> sid = Sid::FromPSID(&ace->SidStart); in CompareDefaultDacl()