Home
last modified time | relevance | path

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

/external/avb/test/
Davb_util_unittest.cc465 EXPECT_EQ(nullptr, avb_strv_find_str(strings, "not there", 9)); in TEST_F()
466 EXPECT_EQ(strings[1], avb_strv_find_str(strings, "abc", 3)); in TEST_F()
467 EXPECT_EQ(strings[2], avb_strv_find_str(strings, "def", 3)); in TEST_F()
468 EXPECT_EQ(strings[0], avb_strv_find_str(strings, "abcabc", 6)); in TEST_F()
/external/avb/libavb/
Davb_util.h252 const char* avb_strv_find_str(const char* const* strings,
Davb_util.c253 const char* avb_strv_find_str(const char* const* strings, in avb_strv_find_str() function
Davb_slot_verify.c113 found = avb_strv_find_str(requested_partitions, in load_and_verify_hash_partition()