OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TokenIntegrityLevel
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/base/process/
process_handle_win.cc
90
if (GetTokenInformation(process_token,
TokenIntegrityLevel
, NULL, 0,
104
if (!GetTokenInformation(process_token,
TokenIntegrityLevel
, token_label,
/external/chromium_org/remoting/host/win/
chromoting_module.cc
57
BOOL result = GetTokenInformation(token,
TokenIntegrityLevel
,
65
result = GetTokenInformation(token,
TokenIntegrityLevel
,
82
if (!SetTokenInformation(token,
TokenIntegrityLevel
, mandatory_label.get(),
/external/chromium/third_party/libjingle/source/talk/base/
win32.cc
164
if (!GetTokenInformation(token,
TokenIntegrityLevel
, NULL, 0, &size) &&
170
if (GetTokenInformation(token,
TokenIntegrityLevel
, til, size, &size)) {
win32.h
42
#define
TokenIntegrityLevel
static_cast<TOKEN_INFORMATION_CLASS>(0x19)
/external/chromium_org/sandbox/win/src/
integrity_level_test.cc
25
if (!::GetTokenInformation(token.GetHandle(),
TokenIntegrityLevel
,
restricted_token_utils.cc
317
BOOL result = ::SetTokenInformation(token,
TokenIntegrityLevel
, &label,
/external/chromium_org/third_party/libjingle/source/talk/base/
win32.h
48
#define
TokenIntegrityLevel
static_cast<TOKEN_INFORMATION_CLASS>(0x19)
win32.cc
456
if (!GetTokenInformation(token,
TokenIntegrityLevel
, NULL, 0, &size) &&
462
if (GetTokenInformation(token,
TokenIntegrityLevel
, til, size, &size)) {
/external/chromium/base/
process_util_win.cc
184
if (GetTokenInformation(process_token,
TokenIntegrityLevel
, NULL, 0,
198
if (!GetTokenInformation(process_token,
TokenIntegrityLevel
, token_label,
/external/chromium_org/chrome_frame/test/
chrome_frame_test_utils.cc
364
ok = ::SetTokenInformation(impersonation_token,
TokenIntegrityLevel
,
Completed in 98 milliseconds