Searched refs:test_flash (Results 1 – 4 of 4) sorted by relevance
/external/pigweed/pw_kvs/ |
D | key_value_store_fuzz_test.cc | 35 FakeFlashMemoryBuffer<4 * 1024, 6> test_flash(16); variable 38 &test_flash, 0, test_flash.sector_count());
|
D | key_value_store_test.cc | 116 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()
|
D | fake_flash_test_partition.cc | 41 FakeFlashMemoryBuffer<kFlashTestSectorSize, kFlashTestSectors> test_flash( 43 FlashPartition test_partition(&test_flash);
|
D | fake_flash_test_key_value_store.cc | 53 FakeFlashMemoryBuffer<kFlashTestSectorSize, kFlashTestSectors> test_flash( 55 FlashPartition test_partition(&test_flash);
|