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 312 const installer::ArchiveType archive_type = archive_types[type_idx]; local
316 if (archive_type == installer::UNKNOWN_ARCHIVE_TYPE &&
322 archive_type == installer::FULL_ARCHIVE_TYPE) {
324 } else if (archive_type == installer::INCREMENTAL_ARCHIVE_TYPE) {
326 } // else if (archive_type == UNKNOWN) see below
331 if (archive_type == installer::UNKNOWN_ARCHIVE_TYPE) {
346 archive_type, result, &v))
347 << "archive_type: " << archive_type
352 archive_type, result, &v)
    [all...]
  /external/chromium_org/chrome/installer/setup/
setup_main.cc 133 // success, in which case |archive_type| is populated based on what was found.
140 installer::ArchiveType* archive_type,
154 *archive_type = installer::FULL_ARCHIVE_TYPE;
183 *archive_type = installer::INCREMENTAL_ARCHIVE_TYPE;
789 installer::ArchiveType archive_type = installer::UNKNOWN_ARCHIVE_TYPE; local
    [all...]

Completed in 135 milliseconds