OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kBlockVersion2
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/disk_cache/
disk_format_base.h
30
const uint32
kBlockVersion2
= 0x20000; // Version 2.0.
block_files.cc
424
header.version =
kBlockVersion2
;
454
if (kBlockMagic != header->magic ||
kBlockVersion2
!= header->version) {
Completed in 67 milliseconds