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

  /external/chromium_org/sandbox/win/src/
acl.cc 47 new_access.Trustee.pMultipleTrustee = NULL;
48 new_access.Trustee.MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE;
49 new_access.Trustee.TrusteeForm = TRUSTEE_IS_SID;
50 new_access.Trustee.ptstrName = reinterpret_cast<LPWSTR>(
  /external/chromium_org/base/test/
test_file_util_win.cc 46 change.Trustee.pMultipleTrustee = NULL;
47 change.Trustee.MultipleTrusteeOperation = NO_MULTIPLE_TRUSTEE;
48 change.Trustee.TrusteeForm = TRUSTEE_IS_NAME;
49 change.Trustee.TrusteeType = TRUSTEE_IS_USER;
50 change.Trustee.ptstrName = const_cast<wchar_t*>(L"CURRENT_USER");
  /external/chromium_org/rlz/win/lib/
rlz_lib_win.cc 155 ea.Trustee.TrusteeForm = TRUSTEE_IS_NAME;
156 ea.Trustee.ptstrName = const_cast<wchar_t*>(L"Everyone");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
accctrl.h 100 __MINGW_TYPEDEF_AW(TRUSTEE)
125 TRUSTEE_A Trustee;
132 TRUSTEE_W Trustee;
149 TRUSTEE_A Trustee;
158 TRUSTEE_W Trustee;

Completed in 48 milliseconds