Home
last modified time | relevance | path

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

/Zephyr-latest/tests/subsys/mgmt/mcumgr/fs_mgmt_hash_supported/src/
Dmain.c94 bool size_found; in ZTEST() local
137 size_found = false; in ZTEST()
152 zassert_false(size_found, "Expected size to be only found once"); in ZTEST()
154 size_found = true; in ZTEST()
159 if (format_found == true && size_found == true) { in ZTEST()