Searched refs:ReadPattern (Results 1 – 1 of 1) sorted by relevance
/system/core/trusty/storage/tests/ |
D | main.cpp | 110 void ReadPattern(file_handle_t handle, storage_off_t off, size_t data_len, size_t chunk_len); 205 void StorageServiceTest::ReadPattern(file_handle_t handle, storage_off_t off, in ReadPattern() function in StorageServiceTest 440 ReadPattern(handle, 0, 32 * blk, blk); in TEST_P() 451 ReadPattern(handle, 0, 32 * blk, blk); in TEST_P() 482 ReadPattern(handle, 0, blk, blk); in TEST_P() 611 ReadPattern(handle, 0, blk, blk); in TEST_P() 760 ReadPattern(handle, off1, blk, blk); in WriteReadAtOffsetHelper() 764 ReadPattern(handle, off2, blk, blk); in WriteReadAtOffsetHelper()
|