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

  /external/chromium_org/remoting/host/win/
launch_process_with_token.cc 149 // Creates a copy of the current process with SE_TCB_NAME privilege enabled.
158 // Get the LUID for the SE_TCB_NAME privilege.
162 if (!LookupPrivilegeValue(NULL, SE_TCB_NAME, &state.Privileges[0].Luid)) {
163 PLOG(ERROR) << "Failed to lookup the LUID for the SE_TCB_NAME privilege";
167 // Enable the SE_TCB_NAME privilege.
169 PLOG(ERROR) << "Failed to enable SE_TCB_NAME privilege in a token";
418 // Temporarily enable the SE_TCB_NAME privilege as it is required by
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winnt.h     [all...]

Completed in 1083 milliseconds