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

  /external/chromium/net/disk_cache/
sparse_control.cc 465 if (child_data_.header.last_block_len < 0 ||
466 child_data_.header.last_block_len > kBlockSize) {
468 child_data_.header.last_block_len = 0;
569 DCHECK_GE(child_data_.header.last_block_len, 0);
570 DCHECK_LT(child_data_.header.last_block_len, kMaxEntrySize);
594 DCHECK_GE(child_data_.header.last_block_len, 0);
595 DCHECK_LT(child_data_.header.last_block_len, kMaxEntrySize);
601 child_data_.header.last_block_len < block_offset)) {
619 child_data_.header.last_block_len = block_offset;
629 return child_data_.header.last_block_len;
    [all...]
disk_format.h 232 // to be only partialy filled. In that case, last_block and last_block_len will
239 int32 last_block_len; // Lenght of the last written block. member in struct:disk_cache::SparseHeader

Completed in 36 milliseconds