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

  /external/chromium_org/net/disk_cache/blockfile/
block_files.h 62 int EmptyBlocks() const;
block_bitmaps_v3.cc 166 int used = capacity - bitmaps_[index].EmptyBlocks();
block_files.cc 216 int BlockHeader::EmptyBlocks() const {
239 int empty_blocks = EmptyBlocks();
682 int empty_blocks = file_header.EmptyBlocks();

Completed in 61 milliseconds