Home
last modified time | relevance | path

Searched refs:PAGE_SIZE (Results 1 – 2 of 2) sorted by relevance

/system/extras/pagecache/
Dpagecache.py14 PAGE_SIZE = 4096 variable
55 return "%.2f" % round(num_pages * PAGE_SIZE / 1024.0 / 1024.0, 2)
/system/security/keystore2/src/
Ddatabase.rs5198 const PAGE_SIZE: i32 = 4096; in test_query_all_valid_table_sizes() constant
5208 assert!(stat.size >= PAGE_SIZE); in test_query_all_valid_table_sizes()