Searched refs:AddAllSidsForDenyOnly (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/sandbox/win/src/
H A Drestricted_token.h94 // restricted_token.AddAllSidsForDenyOnly(&sid_exceptions);
97 unsigned AddAllSidsForDenyOnly(std::vector<Sid> *exceptions);
H A Drestricted_token_utils.cc111 err_code = restricted_token.AddAllSidsForDenyOnly(&sid_exceptions);
H A Drestricted_token_unittest.cc200 // 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));
H A Drestricted_token.cc189 unsigned RestrictedToken::AddAllSidsForDenyOnly(std::vector<Sid> *exceptions) { function in class:sandbox::RestrictedToken

Completed in 564 milliseconds