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

  /external/chromium/third_party/libjingle/source/talk/base/
win32filesystem.cc 104 // Get the size of its TOKEN_USER structure. Return value is not checked
113 // Get the TOKEN_USER structure.
115 PTOKEN_USER token_user = reinterpret_cast<PTOKEN_USER>( local
117 memset(token_user, 0, token_user_size);
120 token_user,
130 if (!IsValidSid(token_user->User.Sid)) {
137 GetLengthSid(token_user->User.Sid);
152 token_user->User.Sid)) {
  /external/chromium/base/win/
win_util.cc 52 DWORD size = sizeof(TOKEN_USER) + SECURITY_MAX_SID_SIZE;
54 TOKEN_USER* user = reinterpret_cast<TOKEN_USER*>(user_bytes.get());
  /external/dbus/dbus/
dbus-sysdeps-win.c 745 TOKEN_USER *token_user = NULL; local
757 || (token_user = alloca (n)) == NULL
758 || !GetTokenInformation (process_token, TokenUser, token_user, n, &n))
763 psid = token_user->User.Sid;
    [all...]
  /prebuilts/tools/windows/sdl/host/lib/
libSDL.a     [all...]
libSDLmain.a     [all...]

Completed in 214 milliseconds