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

  /external/chromium_org/rlz/win/lib/
process_info.cc 108 TOKEN_ELEVATION_TYPE elevation_type; local
109 if (!GetTokenInformation(process_token, TokenElevationType, &elevation_type,
110 sizeof(elevation_type), &size)) {
114 *elevation = elevation_type;
  /external/chromium_org/chrome/installer/gcapi/
gcapi.cc 307 TOKEN_ELEVATION_TYPE elevation_type = TokenElevationTypeDefault;
310 &elevation_type, sizeof(elevation_type),
317 return (elevation_type == TokenElevationTypeFull);

Completed in 124 milliseconds