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

  /external/chromium_org/sandbox/win/src/
app_container.h 47 std::vector<SID_AND_ATTRIBUTES> attributes_;
restricted_token.cc 55 SID_AND_ATTRIBUTES *deny_only_array = NULL;
57 deny_only_array = new SID_AND_ATTRIBUTES[deny_size];
66 SID_AND_ATTRIBUTES *sids_to_restrict_array = NULL;
68 sids_to_restrict_array = new SID_AND_ATTRIBUTES[restrict_size];
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);
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32.h 50 SID_AND_ATTRIBUTES Label;
  /external/chromium_org/third_party/webrtc/base/
win32.h 33 SID_AND_ATTRIBUTES Label;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wtypes.h 786 } SID_AND_ATTRIBUTES;
winnt.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h 103 } SID_AND_ATTRIBUTES, *PSID_AND_ATTRIBUTES;
104 typedef SID_AND_ATTRIBUTES SID_AND_ATTRIBUTES_ARRAY[ANYSIZE_ARRAY];
598 SID_AND_ATTRIBUTES User;
603 SID_AND_ATTRIBUTES Groups[ANYSIZE_ARRAY];
645 SID_AND_ATTRIBUTES Label;
    [all...]

Completed in 291 milliseconds