Searched refs:BlockFileHeader (Results 1 – 8 of 8) sorted by relevance
/external/chromium/net/disk_cache/ |
D | block_files.cc | 34 void FixAllocationCounters(disk_cache::BlockFileHeader* header); 39 bool CreateMapBlock(int target, int size, disk_cache::BlockFileHeader* header, in CreateMapBlock() 88 void DeleteMapBlock(int index, int size, disk_cache::BlockFileHeader* header) { in DeleteMapBlock() 128 bool UsedMapBlock(int index, int size, disk_cache::BlockFileHeader* header) { in UsedMapBlock() 147 void FixAllocationCounters(disk_cache::BlockFileHeader* header) { in FixAllocationCounters() 166 bool NeedToGrowBlockFile(const disk_cache::BlockFileHeader* header, in NeedToGrowBlockFile() 254 BlockFileHeader* header = reinterpret_cast<BlockFileHeader*>(file->buffer()); in CreateBlock() 290 BlockFileHeader* header = reinterpret_cast<BlockFileHeader*>(file->buffer()); in DeleteBlock() 351 BlockFileHeader* header = reinterpret_cast<BlockFileHeader*>(file->buffer()); in IsValid() 381 BlockFileHeader header; in CreateBlockFile() [all …]
|
D | disk_format.cc | 15 BlockFileHeader::BlockFileHeader() { in BlockFileHeader() function in disk_cache::BlockFileHeader 16 memset(this, 0, sizeof(BlockFileHeader)); in BlockFileHeader()
|
D | disk_format.h | 176 struct BlockFileHeader { struct 177 BlockFileHeader(); 193 COMPILE_ASSERT(sizeof(BlockFileHeader) == kBlockHeaderSize, bad_header); argument
|
D | block_files_unittest.cc | 121 BlockFileHeader* header = in TEST_F() 122 reinterpret_cast<BlockFileHeader*>(file->buffer()); in TEST_F() 146 header = reinterpret_cast<BlockFileHeader*>(file->buffer()); in TEST_F() 257 BlockFileHeader* header = in TEST_F() 258 reinterpret_cast<BlockFileHeader*>(files.GetFile(address[0])->buffer()); in TEST_F()
|
D | file_lock.cc | 9 FileLock::FileLock(BlockFileHeader* header) { in FileLock()
|
D | file_lock.h | 32 explicit FileLock(BlockFileHeader* header);
|
D | block_files.h | 65 bool GrowBlockFile(MappedFile* file, BlockFileHeader* header);
|
/external/chromium/net/tools/dump_cache/ |
D | dump_files.cc | 81 disk_cache::BlockFileHeader header; in DumpBlockHeader()
|