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

  /external/chromium_org/sandbox/win/src/
restricted_token.cc 194 TOKEN_GROUPS *token_groups = NULL;
205 token_groups = reinterpret_cast<TOKEN_GROUPS*>(new BYTE[size]);
208 token_groups,
212 delete[] reinterpret_cast<BYTE*>(token_groups);
217 for (unsigned int i = 0; i < token_groups->GroupCount ; ++i) {
218 if ((token_groups->Groups[i].Attributes & SE_GROUP_INTEGRITY) == 0 &&
219 (token_groups->Groups[i].Attributes & SE_GROUP_LOGON_ID) == 0) {
224 token_groups->Groups[i].Sid))
    [all...]
restricted_token_unittest.cc 413 TOKEN_GROUPS *groups = reinterpret_cast<TOKEN_GROUPS*>(memory);
535 TOKEN_GROUPS *groups = reinterpret_cast<TOKEN_GROUPS*>(memory);
  /external/chromium_org/remoting/host/win/
security_descriptor.cc 49 TypedBuffer<TOKEN_GROUPS> groups(length);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h 604 } TOKEN_GROUPS,*PTOKEN_GROUPS,*LPTOKEN_GROUPS;
    [all...]

Completed in 2519 milliseconds