HomeSort by relevance Sort by last modified time
    Searched full:initial_token_temp (Results 1 - 1 of 1) sorted by null

  /external/chromium_org/sandbox/win/src/
broker_services.cc 339 HANDLE initial_token_temp; local
349 initial_token_temp = it->second.first;
352 result = policy_base->MakeTokens(&initial_token_temp,
357 std::pair<HANDLE, HANDLE>(initial_token_temp, lockdown_token_temp);
360 if (!::DuplicateToken(initial_token_temp, SecurityImpersonation,
361 &initial_token_temp)) {
371 base::win::ScopedHandle initial_token(initial_token_temp);

Completed in 281 milliseconds