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

/external/chromium_org/sandbox/win/src/
H A Drestricted_token.cc66 SID_AND_ATTRIBUTES *sids_to_restrict_array = NULL; local
68 sids_to_restrict_array = new SID_AND_ATTRIBUTES[restrict_size];
71 sids_to_restrict_array[i].Attributes = 0;
72 sids_to_restrict_array[i].Sid =
101 sids_to_restrict_array,
115 if (sids_to_restrict_array)
116 delete[] sids_to_restrict_array;

Completed in 69 milliseconds