Home
last modified time | relevance | path

Searched refs:damageFileAgainstBlockDevice (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/tests/ApkVerityTest/src/com/android/apkverity/
H A DApkVerityTest.java408 damageFileAgainstBlockDevice(apkPath, offsetFirstByte); in testFsverityFailToReadModifiedBlockAtFront()
437 damageFileAgainstBlockDevice(apkPath, offsetOfLastByte); in testFsverityFailToReadModifiedBlockAtBack()
457 damageFileAgainstBlockDevice(path, kTargetOffset); in verifyInstalledFilesHaveFsverity()
522 private void damageFileAgainstBlockDevice(String path, long offsetOfTargetingByte) in damageFileAgainstBlockDevice() method in ApkVerityTest
/aosp14/frameworks/base/tests/ApkVerityTest/block_device_writer/src/com/android/blockdevicewriter/
H A DBlockDeviceWriter.java54 public static void damageFileAgainstBlockDevice(ITestDevice device, String path, in damageFileAgainstBlockDevice() method in BlockDeviceWriter
/aosp14/frameworks/base/services/tests/PackageManagerServiceTests/host/src/com/android/server/pm/test/
H A DSettingsTest.java85 BlockDeviceWriter.damageFileAgainstBlockDevice(getDevice(), packagesXml.getAbsolutePath(), in performTest()