OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:adjustprivileges
(Results
1 - 3
of
3
) 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); }
/sdk/find_lock/
find_lock.cpp
185
static bool
adjustPrivileges
() {
603
if (!
adjustPrivileges
()) {
/external/lzma/CPP/7zip/UI/Common/
ArchiveExtractCallback.cpp
72
if (!token.
AdjustPrivileges
(&tp))
Completed in 143 milliseconds