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 389 if (child_data_.header.last_block_len < 0 ||
390 child_data_.header.last_block_len > kBlockSize) {
392 child_data_.header.last_block_len = 0;
492 DCHECK_GE(child_data_.header.last_block_len, 0);
493 DCHECK_LT(child_data_.header.last_block_len, kMaxEntrySize);
517 DCHECK_GE(child_data_.header.last_block_len, 0);
518 DCHECK_LT(child_data_.header.last_block_len, kMaxEntrySize);
524 child_data_.header.last_block_len < block_offset)) {
542 child_data_.header.last_block_len = block_offset;
552 return child_data_.header.last_block_len;
    [all...]
disk_format.h 237 // to be only partialy filled. In that case, last_block and last_block_len will
244 int32 last_block_len; // Lenght of the last written block. member in struct:disk_cache::SparseHeader

Completed in 39 milliseconds