Searched refs:offsetFirstByte (Results 1 – 1 of 1) sorted by relevance
398 long offsetFirstByte = 0; in testFsverityFailToReadModifiedBlockAtFront() local401 assertTrue(BlockDeviceWriter.canReadByte(mDevice, apkPath, offsetFirstByte)); in testFsverityFailToReadModifiedBlockAtFront()402 if (apkSize > offsetFirstByte + FSVERITY_PAGE_SIZE) { in testFsverityFailToReadModifiedBlockAtFront()404 offsetFirstByte + FSVERITY_PAGE_SIZE)); in testFsverityFailToReadModifiedBlockAtFront()408 damageFileAgainstBlockDevice(apkPath, offsetFirstByte); in testFsverityFailToReadModifiedBlockAtFront()412 assertFalse(BlockDeviceWriter.canReadByte(mDevice, apkPath, offsetFirstByte)); in testFsverityFailToReadModifiedBlockAtFront()413 if (apkSize > offsetFirstByte + FSVERITY_PAGE_SIZE) { in testFsverityFailToReadModifiedBlockAtFront()415 offsetFirstByte % FSVERITY_PAGE_SIZE + FSVERITY_PAGE_SIZE - 1; in testFsverityFailToReadModifiedBlockAtFront()