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

/external/chromium_org/base/process/
H A Dprocess_handle_win.cc89 DWORD token_info_length = 0; local
91 &token_info_length) ||
95 scoped_ptr<char[]> token_label_bytes(new char[token_info_length]);
105 token_info_length, &token_info_length))

Completed in 910 milliseconds