OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:kFlashPageSize
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/disk_cache/flash/
format.h
11
const int32
kFlashPageSize
= 8 * 1024;
12
const int32 kFlashBlockSize = 512 *
kFlashPageSize
;
storage.cc
19
COMPILE_ASSERT(
kFlashPageSize
% 2 == 0, invalid_page_size);
20
COMPILE_ASSERT(kFlashBlockSize %
kFlashPageSize
== 0, invalid_block_size);
Completed in 595 milliseconds