GetFileStats       75 net/disk_cache/blockfile/block_bitmaps_v3.cc     GetFileStats(i, &used_blocks[i], &load[i]);
GetFileStats       56 net/disk_cache/blockfile/block_bitmaps_v3.h   void GetFileStats(int index, int* used_count, int* load);
GetFileStats      403 net/disk_cache/blockfile/block_files.cc     GetFileStats(i, &used_blocks[i], &load[i]);
GetFileStats      148 net/disk_cache/blockfile/block_files.h   void GetFileStats(int index, int* used_count, int* load);
GetFileStats      289 net/disk_cache/blockfile/block_files_unittest.cc   files.GetFileStats(0, &used, &load);
GetFileStats      293 net/disk_cache/blockfile/block_files_unittest.cc   files.GetFileStats(1, &used, &load);
GetFileStats      297 net/disk_cache/blockfile/block_files_unittest.cc   files.GetFileStats(2, &used, &load);