Home
last modified time | relevance | path

Searched refs:this_file (Results 1 – 3 of 3) sorted by relevance

/external/chromium/net/disk_cache/
Dblock_files.cc269 Addr address(block_type, block_count, header->this_file, index); in CreateBlock()
383 header.this_file = static_cast<int16>(index); in CreateBlockFile()
542 scoped_refptr<File> this_file(new File(false)); in RemoveEmptyFile() local
543 this_file->Init(name); in RemoveEmptyFile()
Ddisk_format.h181 int16 this_file; // Index of this file. member
/external/chromium/net/tools/dump_cache/
Ddump_files.cc90 printf("file id: %d\n", header.this_file); in DumpBlockHeader()