Home
last modified time | relevance | path

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

/system/core/trusty/storage/tests/
Dmain.cpp50 static bool check_pattern32(const uint32_t *buf, size_t len, storage_off_t off) in check_pattern32() function
196 ASSERT_TRUE(check_pattern32((const uint32_t *)data_ptr, pattern_len, off)); in ReadChunk()
220 ASSERT_TRUE(check_pattern32(data_buf, chunk_len, off)); in ReadPattern()
242 ASSERT_TRUE(check_pattern32(data_buf, rc, off)); in ReadPatternEOF()
1070 ASSERT_TRUE(check_pattern32(test_buf_, wc * sizeof(uint32_t), 0)); in TEST_P()