OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:CreateMapBlock
(Results
1 - 2
of
2
) sorted by null
/external/chromium/net/disk_cache/
block_files.cc
39
bool
CreateMapBlock
(int target, int size, disk_cache::BlockFileHeader* header,
81
LOG(ERROR) << "Failing
CreateMapBlock
";
266
if (!
CreateMapBlock
(target_size, block_count, header, &index))
/external/chromium_org/net/disk_cache/
block_files.cc
55
bool BlockHeader::
CreateMapBlock
(int size, int* index) {
110
LOG(ERROR) << "Failing
CreateMapBlock
";
338
if (!file_header.
CreateMapBlock
(block_count, &index))
Completed in 2341 milliseconds