Home
last modified time | relevance | path

Searched refs:kVersion3_0 (Results 1 – 2 of 2) sorted by relevance

/external/cronet/net/disk_cache/blockfile/
Ddisk_format.h61 const uint32_t kVersion3_0 = 0x30000; variable
62 const uint32_t kCurrentVersion = kVersion3_0;
Dbackend_impl.cc1990 data_->header.version = kVersion3_0; in UpgradeTo3_0()