Searched refs:kvs_format (Results 1 – 5 of 5) sorted by relevance
/external/pigweed/pw_kvs/size_report/ |
D | with_kvs.cc | 31 static constexpr pw::kvs::EntryFormat kvs_format = {.magic = 0x22d3f8a0, variable 37 &pw::kvs::FlashTestPartition(), kvs_format);
|
/external/pigweed/pw_kvs/ |
D | fake_flash_test_key_value_store.cc | 61 constexpr EntryFormat kvs_format = {.magic = 0xc40fd8a8, variable 65 test_kvs(&test_partition, kvs_format);
|
/external/pigweed/pw_blob_store/size_report/ |
D | base.cc | 31 static constexpr pw::kvs::EntryFormat kvs_format = {.magic = 0x22d3f8a0, variable 37 &pw::kvs::FlashTestPartition(), kvs_format);
|
D | basic_blob.cc | 32 static constexpr pw::kvs::EntryFormat kvs_format = {.magic = 0x22d3f8a0, variable 38 &pw::kvs::FlashTestPartition(), kvs_format);
|
D | deferred_write_blob.cc | 32 static constexpr pw::kvs::EntryFormat kvs_format = {.magic = 0x22d3f8a0, variable 38 &pw::kvs::FlashTestPartition(), kvs_format);
|