Searched defs:IndexBitmap (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/net/disk_cache/blockfile/
H A Ddisk_format_v3.h93 // The IndexBitmap is directly saved to a file named index. The file grows in
96 struct IndexBitmap { struct in namespace:disk_cache
100 COMPILE_ASSERT(sizeof(IndexBitmap) == 4096, bad_IndexHeader);

Completed in 138 milliseconds