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

  /external/chromium/third_party/libjingle/source/talk/base/
win32.h 123 bool AdjustCurrentProcessPrivilege(const TCHAR* privilege, bool to_enable);
  /external/chromium_org/third_party/libjingle/source/talk/base/
win32.h 139 bool AdjustCurrentProcessPrivilege(const TCHAR* privilege, bool to_enable);
win32regkey.cc 341 AdjustCurrentProcessPrivilege(SE_BACKUP_NAME, true);
343 AdjustCurrentProcessPrivilege(SE_BACKUP_NAME, false);
366 AdjustCurrentProcessPrivilege(SE_RESTORE_NAME, true);
368 AdjustCurrentProcessPrivilege(SE_RESTORE_NAME, false);
1089 bool AdjustCurrentProcessPrivilege(const TCHAR* privilege, bool to_enable) {
    [all...]

Completed in 203 milliseconds