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

  /external/lzma/CPP/Windows/
MemoryLock.cpp 48 if (MY_FUNC_SELECT(LookupPrivilegeValue)(NULL, privilegeName, &(tp.Privileges[0].Luid)))
51 tp.Privileges[0].Attributes = (enable ? SE_PRIVILEGE_ENABLED : 0);
  /sdk/find_lock/
find_lock.cpp 189 // Open a process token that lets us adjust privileges
205 priv.Privileges[0].Attributes = SE_PRIVILEGE_ENABLED;
208 &(priv.Privileges[0].Luid)); // lpLuid
607 if (gIsDebug) fprintf(stderr, "Warning: adusting privileges failed. Continuing anyway.\n");
609 if (gIsDebug) fprintf(stderr, "Privileges adjusted.\n"); // DEBUG remove lter
  /external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.cpp 68 tp.Privileges[0].Attributes = SE_PRIVILEGE_ENABLED;
70 if (!::LookupPrivilegeValue(NULL, SE_SECURITY_NAME, &tp.Privileges[0].Luid))
  /external/webrtc/webrtc/base/
win32regkey.cc 1084 privs.Privileges[0].Luid = luid;
1085 privs.Privileges[0].Attributes = to_enable ? SE_PRIVILEGE_ENABLED : 0;
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
ntifs.h 489 PPRIVILEGE_SET* Privileges;
608 LUID_AND_ATTRIBUTES Privileges[ANYSIZE_ARRAY];
632 PLUID_AND_ATTRIBUTES Privileges;
662 PTOKEN_PRIVILEGES Privileges;
    [all...]
wdm.h     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ntsecpkg.h 31 PTOKEN_PRIVILEGES Privileges;
    [all...]
winbase.h     [all...]
winnt.h     [all...]
  /prebuilts/tools/common/m2/repository/net/java/dev/jna/platform/3.4.0/
platform-3.4.0.jar 

Completed in 86 milliseconds