Home
last modified time | relevance | path

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

/system/core/trusty/storage/tests/
Dmain.cpp51 static bool check_pattern32(const uint32_t *buf, size_t len, storage_off_t off) in check_pattern32() function
197 ASSERT_TRUE(check_pattern32((const uint32_t *)data_ptr, pattern_len, off)); in ReadChunk()
221 ASSERT_TRUE(check_pattern32(data_buf, chunk_len, off)); in ReadPattern()
243 ASSERT_TRUE(check_pattern32(data_buf, rc, off)); in ReadPatternEOF()
1071 ASSERT_TRUE(check_pattern32(test_buf_, wc * sizeof(uint32_t), 0)); in TEST_P()