Home
last modified time | relevance | path

Searched refs:test_flash (Results 1 – 4 of 4) sorted by relevance

/external/pigweed/pw_kvs/
Dkey_value_store_fuzz_test.cc35 FakeFlashMemoryBuffer<4 * 1024, 6> test_flash(16); variable
38 &test_flash, 0, test_flash.sector_count());
Dkey_value_store_test.cc116 FakeFlashMemoryBuffer<4 * 1024, 1> test_flash(16); in TEST() local
117 FlashPartition test_partition(&test_flash, 0, test_flash.sector_count()); in TEST()
130 FakeFlashMemoryBuffer<4 * 1024, 1> test_flash(16); in TEST() local
133 FlashPartition test_partition(&test_flash, 0, 0); in TEST()
146 FakeFlashMemoryBuffer<4 * 1024, 5> test_flash(16); in TEST() local
149 FlashPartition test_partition(&test_flash, 0, test_flash.sector_count()); in TEST()
Dfake_flash_test_partition.cc41 FakeFlashMemoryBuffer<kFlashTestSectorSize, kFlashTestSectors> test_flash(
43 FlashPartition test_partition(&test_flash);
Dfake_flash_test_key_value_store.cc53 FakeFlashMemoryBuffer<kFlashTestSectorSize, kFlashTestSectors> test_flash(
55 FlashPartition test_partition(&test_flash);