HomeSort by relevance Sort by last modified time
    Searched refs:integrity_sid (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/sandbox/win/src/
restricted_token_utils.cc 308 PSID integrity_sid = NULL; local
309 if (!::ConvertStringSidToSid(integrity_level_str, &integrity_sid))
314 label.Label.Sid = integrity_sid;
316 DWORD size = sizeof(TOKEN_MANDATORY_LABEL) + ::GetLengthSid(integrity_sid);
319 ::LocalFree(integrity_sid);
  /external/chromium_org/chrome_frame/test/
chrome_frame_test_utils.cc 354 PSID integrity_sid = NULL; local
356 ok = ::ConvertStringSidToSid(SDDL_ML_LOW, &integrity_sid);
363 tml.Label.Sid = integrity_sid;
365 &tml, sizeof(tml) + ::GetLengthSid(integrity_sid));
366 ::LocalFree(integrity_sid);

Completed in 36 milliseconds