OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SE_GROUP_INTEGRITY
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/sandbox/win/src/
restricted_token.h
17
#ifndef
SE_GROUP_INTEGRITY
18
#define
SE_GROUP_INTEGRITY
(0x00000020L)
restricted_token_unittest.cc
222
(attributes[i] &
SE_GROUP_INTEGRITY
) == 0) {
254
(attributes[i] &
SE_GROUP_INTEGRITY
) == 0) {
569
if ((attributes[i] &
SE_GROUP_INTEGRITY
) == 0) {
restricted_token.cc
219
if ((token_groups->Groups[i].Attributes &
SE_GROUP_INTEGRITY
) == 0 &&
458
if ((token_groups->Groups[i].Attributes &
SE_GROUP_INTEGRITY
) == 0)
restricted_token_utils.cc
312
label.Label.Attributes =
SE_GROUP_INTEGRITY
;
/external/chromium_org/chrome_frame/test/
chrome_frame_test_utils.cc
362
tml.Label.Attributes =
SE_GROUP_INTEGRITY
| SE_GROUP_INTEGRITY_ENABLED;
Completed in 428 milliseconds