OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:BlockSizeForFileType
(Results
1 - 5
of
5
) sorted by null
/external/chromium/net/disk_cache/
addr.h
93
return
BlockSizeForFileType
(file_type());
96
static int
BlockSizeForFileType
(FileType file_type) {
block_files.cc
281
zero_buffer_ = new char[Addr::
BlockSizeForFileType
(BLOCK_4K) * 4];
282
memset(zero_buffer_, 0, Addr::
BlockSizeForFileType
(BLOCK_4K) * 4);
302
if (Addr::
BlockSizeForFileType
(RANKINGS) == header->entry_size)
358
buffer.reset(new char[Addr::
BlockSizeForFileType
(BLOCK_4K) * 4]);
382
header.entry_size = Addr::
BlockSizeForFileType
(file_type);
499
if (header->entry_size == Addr::
BlockSizeForFileType
(RANKINGS))
entry_impl.cc
[
all
...]
/external/chromium_org/net/disk_cache/
addr.h
100
return
BlockSizeForFileType
(file_type());
119
static int
BlockSizeForFileType
(FileType file_type) {
152
int block_size =
BlockSizeForFileType
(file_type);
block_files.cc
353
zero_buffer_ = new char[Addr::
BlockSizeForFileType
(BLOCK_4K) * 4];
354
memset(zero_buffer_, 0, Addr::
BlockSizeForFileType
(BLOCK_4K) * 4);
375
if (Addr::
BlockSizeForFileType
(RANKINGS) ==
433
buffer.reset(new char[Addr::
BlockSizeForFileType
(BLOCK_4K) * 4]);
460
header.entry_size = Addr::
BlockSizeForFileType
(file_type);
583
if (header->entry_size == Addr::
BlockSizeForFileType
(RANKINGS))
Completed in 52 milliseconds