OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:user_bytes
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/chrome_elf/
breakpad.cc
61
BYTE
user_bytes
[sizeof(TOKEN_USER) + SECURITY_MAX_SID_SIZE] = {};
local
62
TOKEN_USER* user = reinterpret_cast<TOKEN_USER*>(
user_bytes
);
/external/chromium_org/base/win/
win_util.cc
87
scoped_ptr<BYTE[]>
user_bytes
(new BYTE[size]);
88
TOKEN_USER* user = reinterpret_cast<TOKEN_USER*>(
user_bytes
.get());
Completed in 593 milliseconds