Home
last modified time | relevance | path

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

/external/chromium/net/disk_cache/
Dsparse_control.cc465 if (child_data_.header.last_block_len < 0 || in OpenChild()
466 child_data_.header.last_block_len > kBlockSize) { in OpenChild()
468 child_data_.header.last_block_len = 0; in OpenChild()
569 DCHECK_GE(child_data_.header.last_block_len, 0); in VerifyRange()
570 DCHECK_LT(child_data_.header.last_block_len, kMaxEntrySize); in VerifyRange()
594 DCHECK_GE(child_data_.header.last_block_len, 0); in UpdateRange()
595 DCHECK_LT(child_data_.header.last_block_len, kMaxEntrySize); in UpdateRange()
601 child_data_.header.last_block_len < block_offset)) { in UpdateRange()
619 child_data_.header.last_block_len = block_offset; in UpdateRange()
629 return child_data_.header.last_block_len; in PartialBlockLength()
Ddisk_format.h239 int32 last_block_len; // Lenght of the last written block. member