Searched refs:BlockDeviceWriter (Results 1 – 2 of 2) sorted by relevance
/aosp12/frameworks/base/tests/ApkVerityTest/src/com/android/apkverity/ |
H A D | ApkVerityTest.java | 27 import com.android.blockdevicewriter.BlockDeviceWriter; 404 assertTrue(BlockDeviceWriter.canReadByte(mDevice, apkPath, offsetFirstByte)); in testFsverityFailToReadModifiedBlockAtFront() 406 assertTrue(BlockDeviceWriter.canReadByte(mDevice, apkPath, in testFsverityFailToReadModifiedBlockAtFront() 414 BlockDeviceWriter.dropCaches(mDevice); in testFsverityFailToReadModifiedBlockAtFront() 415 assertFalse(BlockDeviceWriter.canReadByte(mDevice, apkPath, offsetFirstByte)); in testFsverityFailToReadModifiedBlockAtFront() 433 assertTrue(BlockDeviceWriter.canReadByte(mDevice, apkPath, offsetOfLastByte)); in testFsverityFailToReadModifiedBlockAtBack() 435 assertTrue(BlockDeviceWriter.canReadByte(mDevice, apkPath, in testFsverityFailToReadModifiedBlockAtBack() 443 BlockDeviceWriter.dropCaches(mDevice); in testFsverityFailToReadModifiedBlockAtBack() 444 assertFalse(BlockDeviceWriter.canReadByte(mDevice, apkPath, offsetOfLastByte)); in testFsverityFailToReadModifiedBlockAtBack() 467 BlockDeviceWriter.dropCaches(mDevice); in verifyInstalledFilesHaveFsverity() [all …]
|
/aosp12/frameworks/base/tests/ApkVerityTest/block_device_writer/src/com/android/blockdevicewriter/ |
H A D | BlockDeviceWriter.java | 44 public final class BlockDeviceWriter { class
|