Searched refs:WritePattern (Results  1 – 1 of 1) sorted by relevance
| /system/core/trusty/storage/tests/ | 
| D | main.cpp | 106 …void WritePattern(file_handle_t handle, storage_off_t off, size_t data_len, size_t chunk_len, bool… 157 void StorageServiceTest::WritePattern(file_handle_t handle, storage_off_t off,  in WritePattern()  function in StorageServiceTest 437     WritePattern(handle, 0, 32 * blk, blk, true);  in TEST_P() 856     WritePattern(handle, 0, file_size, blk, true);  in TEST_P() 908     WritePattern(handle, 0, file_size, 4040, true);  in TEST_P() 928     WritePattern(handle, 0, file_size, 2032, true);  in TEST_P() 949     WritePattern(handle, 0, file_size, 496, true);  in TEST_P() 969     WritePattern(handle, 0, file_size, 240, true);  in TEST_P() 1255     WritePattern(handle, 0, exp_len, blk, false);  in TEST_P() 1294     WritePattern(handle, 0, exp_len/2, blk, true);  in TEST_P() [all …] 
 |