OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:AdjustPrivileges
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/Windows/
SecurityUtils.h
43
bool
AdjustPrivileges
(bool disableAllPrivileges, PTOKEN_PRIVILEGES newState,
48
bool
AdjustPrivileges
(bool disableAllPrivileges, PTOKEN_PRIVILEGES newState)
49
{ return
AdjustPrivileges
(disableAllPrivileges, newState, 0, NULL, NULL); }
51
bool
AdjustPrivileges
(PTOKEN_PRIVILEGES newState)
52
{ return
AdjustPrivileges
(false, newState); }
/external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.cpp
72
if (!token.
AdjustPrivileges
(&tp))
Completed in 579 milliseconds