Searched refs:ReadPattern (Results 1 – 1 of 1) sorted by relevance
/system/core/trusty/storage/tests/ |
D | main.cpp | 111 void ReadPattern(file_handle_t handle, storage_off_t off, size_t data_len, size_t chunk_len); 206 void StorageServiceTest::ReadPattern(file_handle_t handle, storage_off_t off, in ReadPattern() function in StorageServiceTest 441 ReadPattern(handle, 0, 32 * blk, blk); in TEST_P() 452 ReadPattern(handle, 0, 32 * blk, blk); in TEST_P() 483 ReadPattern(handle, 0, blk, blk); in TEST_P() 612 ReadPattern(handle, 0, blk, blk); in TEST_P() 761 ReadPattern(handle, off1, blk, blk); in WriteReadAtOffsetHelper() 765 ReadPattern(handle, off2, blk, blk); in WriteReadAtOffsetHelper()
|