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

  /external/chromium_org/chrome/installer/util/
google_update_settings_unittest.cc 422 const installer::ArchiveType archive_type = archive_types[type_idx]; local
426 if (archive_type == installer::UNKNOWN_ARCHIVE_TYPE &&
432 archive_type == installer::FULL_ARCHIVE_TYPE) {
434 } else if (archive_type == installer::INCREMENTAL_ARCHIVE_TYPE) {
436 } // else if (archive_type == UNKNOWN) see below
441 if (archive_type == installer::UNKNOWN_ARCHIVE_TYPE) {
456 archive_type, result, &v))
457 << "archive_type: " << archive_type
462 archive_type, result, &v)
    [all...]
  /external/chromium_org/chrome/installer/setup/
setup_main.cc 135 // success, in which case |archive_type| is populated based on what was found.
142 installer::ArchiveType* archive_type,
156 *archive_type = installer::FULL_ARCHIVE_TYPE;
185 *archive_type = installer::INCREMENTAL_ARCHIVE_TYPE;
788 installer::ArchiveType archive_type = installer::UNKNOWN_ARCHIVE_TYPE; local
    [all...]

Completed in 60 milliseconds