Searched refs:copy_data_to_dst (Results 1 – 1 of 1) sorted by relevance
81 copy_data_to_dst(partition, offset, buffer)?; in read_from_partition()145 fn copy_data_to_dst(src: &[u8], offset: i64, dst: &mut [u8]) -> IoResult<()> { in copy_data_to_dst() function