Searched refs:read_pattern (Results 1 – 2 of 2) sorted by relevance
179 use helpers::{read_pattern, write_pattern}; in write_read_sequential()194 assert_ok!(read_pattern(&*file, 0, chunks, chunk_len)); in write_read_sequential()199 assert_ok!(read_pattern(&*file, 0, chunks, chunk_len)); in write_read_sequential()
129 pub(crate) fn read_pattern( in read_pattern() function