OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:privileges_size
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/sandbox/win/src/
restricted_token.cc
54
size_t
privileges_size
= privileges_to_disable_.size();
local
79
if (
privileges_size
) {
80
privileges_to_disable_array = new LUID_AND_ATTRIBUTES[
privileges_size
];
82
for (unsigned int i = 0; i <
privileges_size
; ++i) {
94
if (deny_size || restrict_size ||
privileges_size
) {
99
static_cast<DWORD>(
privileges_size
),
Completed in 495 milliseconds