vfs::file::test_utils

Function assert_vmo_content

Source
pub fn assert_vmo_content(
    vmo: &Vmo,
    expected: &[u8],
) -> Result<(), AssertVmoContentError>
Expand description

Reads the VMO content and matches it against the expectation.