Home
last modified time | relevance | path

Searched refs:AdjustPrivileges (Results 1 – 2 of 2) sorted by relevance

/external/lzma/CPP/Windows/
DSecurityUtils.h43 bool AdjustPrivileges(bool disableAllPrivileges, PTOKEN_PRIVILEGES newState, in AdjustPrivileges() function
48 bool AdjustPrivileges(bool disableAllPrivileges, PTOKEN_PRIVILEGES newState) in AdjustPrivileges() function
49 { return AdjustPrivileges(disableAllPrivileges, newState, 0, NULL, NULL); } in AdjustPrivileges()
51 bool AdjustPrivileges(PTOKEN_PRIVILEGES newState) in AdjustPrivileges() function
52 { return AdjustPrivileges(false, newState); } in AdjustPrivileges()
/external/lzma/CPP/7zip/UI/Common/
DArchiveExtractCallback.cpp86 if (!token.AdjustPrivileges(&tp)) in InitLocalPrivileges()