Searched refs:FromPSID (Results 1 – 6 of 6) sorted by relevance
46 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
90 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()
81 static absl::optional<Sid> FromPSID(const PSID sid);
119 absl::optional<Sid> sid_sid_star = Sid::FromPSID(sid_world_pointer); in TEST()123 ASSERT_FALSE(Sid::FromPSID(invalid_sid)); in TEST()
185 return Sid::FromPSID(sid); in GetSecurityDescriptorSid()
161 absl::optional<Sid> sid = Sid::FromPSID(&ace->SidStart); in CompareDefaultDacl()