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

  /external/chromium_org/third_party/leveldatabase/src/include/leveldb/
options.h 147 bool verify_checksums; member in struct:leveldb::ReadOptions
162 : verify_checksums(false),
  /external/chromium_org/google_apis/gcm/engine/
gcm_store_impl.cc 514 read_options.verify_checksums = true;
547 read_options.verify_checksums = true;
581 read_options.verify_checksums = true;
608 read_options.verify_checksums = true;
630 read_options.verify_checksums = true;
662 read_options.verify_checksums = true;
683 read_options.verify_checksums = true;
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/table/
format.cc 91 if (options.verify_checksums) {
  /external/chromium_org/content/browser/indexed_db/leveldb/
leveldb_database.cc 348 read_options.verify_checksums = true; // TODO(jsbell): Disable this if the
451 read_options.verify_checksums = true; // TODO(jsbell): Disable this if the
  /external/chromium_org/chrome/browser/chromeos/drive/
resource_metadata_storage.cc 294 options.verify_checksums = true;
345 options.verify_checksums = true;
414 options.verify_checksums = true;
908 options.verify_checksums = true;
    [all...]
  /external/chromium_org/third_party/leveldatabase/src/db/
repair.cc 254 r.verify_checksums = options_.paranoid_checks;
c.cc 533 opt->rep.verify_checksums = v;
version_set.cc     [all...]

Completed in 164 milliseconds