Home
last modified time | relevance | path

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

/external/pigweed/pw_kvs/
Dflash_partition_test.cc42 const size_t chunks_per_sector = partition.sector_size_bytes() / alignment; in WriteData() local
52 for (size_t chunk_index = 0; chunk_index < chunks_per_sector; in WriteData()
69 for (size_t chunk_index = 0; chunk_index < chunks_per_sector; in WriteData()