HomeSort by relevance Sort by last modified time
    Searched full:sid_and_attributes (Results 1 - 5 of 5) sorted by null

  /external/chromium_org/sandbox/win/src/
app_container.cc 61 SID_AND_ATTRIBUTES sid_and_attributes; local
62 sid_and_attributes.Sid = ConvertSid(capabilities[i]);
63 if (!sid_and_attributes.Sid)
66 sid_and_attributes.Attributes = SE_GROUP_ENABLED;
67 attributes_.push_back(sid_and_attributes);
app_container.h 47 std::vector<SID_AND_ATTRIBUTES> attributes_;
restricted_token.cc 56 SID_AND_ATTRIBUTES *deny_only_array = NULL;
58 deny_only_array = new SID_AND_ATTRIBUTES[deny_size];
67 SID_AND_ATTRIBUTES *sids_to_restrict_array = NULL;
69 sids_to_restrict_array = new SID_AND_ATTRIBUTES[restrict_size];
  /external/chromium/third_party/libjingle/source/talk/base/
win32.h 44 SID_AND_ATTRIBUTES Label;
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32.h 50 SID_AND_ATTRIBUTES Label;

Completed in 526 milliseconds