Searched refs:NeedToGrowBlockFile (Results 1 – 2 of 2) sorted by relevance
59 bool NeedToGrowBlockFile(int block_count) const;
185 bool BlockHeader::NeedToGrowBlockFile(int block_count) const { in NeedToGrowBlockFile() function in disk_cache::BlockHeader527 while (file_header.NeedToGrowBlockFile(block_count)) { in FileForNewBlock()