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

  /external/chromium_org/rlz/win/lib/
process_info.cc 103 TOKEN_ELEVATION_TYPE elevation_type; local
104 if (!GetTokenInformation(process_token, TokenElevationType, &elevation_type,
105 sizeof(elevation_type), &size)) {
109 *elevation = elevation_type;
  /external/chromium_org/chrome/installer/gcapi/
gcapi.cc 310 TOKEN_ELEVATION_TYPE elevation_type = TokenElevationTypeDefault;
313 &elevation_type, sizeof(elevation_type),
320 return (elevation_type == TokenElevationTypeFull);

Completed in 184 milliseconds