Home
last modified time | relevance | path

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

/AliOS-Things-master/components/kv/internal/
A Dkv_types.h201 static const uint8_t KV_BLOCK_MAGIC_NUM = 'K'; variable
/AliOS-Things-master/components/kv/src/
A Dkv.c134 hdr.magic = KV_BLOCK_MAGIC_NUM; in kv_block_format()
576 if (hdr.magic == KV_BLOCK_MAGIC_NUM) { in kv_init_internal()

Completed in 5 milliseconds