OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AddAllSidsForDenyOnly
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/sandbox/win/src/
restricted_token.h
94
// restricted_token.
AddAllSidsForDenyOnly
(&sid_exceptions);
97
unsigned
AddAllSidsForDenyOnly
(std::vector<Sid> *exceptions);
restricted_token_utils.cc
111
err_code = restricted_token.
AddAllSidsForDenyOnly
(&sid_exceptions);
restricted_token_unittest.cc
200
// Tests the method "
AddAllSidsForDenyOnly
".
206
ASSERT_EQ(ERROR_SUCCESS, token.
AddAllSidsForDenyOnly
(NULL));
229
// Tests the method "
AddAllSidsForDenyOnly
" using an exception list.
238
ASSERT_EQ(ERROR_SUCCESS, token.
AddAllSidsForDenyOnly
(&sids_exception));
restricted_token.cc
190
unsigned RestrictedToken::
AddAllSidsForDenyOnly
(std::vector<Sid> *exceptions) {
Completed in 79 milliseconds