Searched refs:ReadPatternEOF (Results 1 – 1 of 1) sorted by relevance
/system/core/trusty/storage/tests/ |
D | main.cpp | 111 void ReadPatternEOF(file_handle_t handle, storage_off_t off, size_t chunk_len, size_t exp_len); 226 void StorageServiceTest::ReadPatternEOF(file_handle_t handle, storage_off_t off, in ReadPatternEOF() function in StorageServiceTest 619 ReadPatternEOF(handle, blk/2, blk, blk/2); in TEST_P() 724 ReadPatternEOF(handle, 0, blk, blk/2); in TEST_P() 737 ReadPatternEOF(handle, 0, blk, 0); in TEST_P() 768 ReadPatternEOF(handle, off2 + blk/2, blk, blk/2); in WriteReadAtOffsetHelper() 873 ReadPatternEOF(handle, 0, 2048, exp_len); in TEST_P() 876 ReadPatternEOF(handle, 0, 1024, exp_len); in TEST_P() 879 ReadPatternEOF(handle, 0, 332, exp_len); in TEST_P() 986 ReadPatternEOF(handle, 0, 4040, exp_len); in TEST_P() [all …]
|