Home
last modified time | relevance | path

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

/packages/modules/Virtualization/authfs/tests/hosttests/java/src/com/android/fs/
DAuthFsHostTest.java158 String expectedHash = computeFileHash(sAndroid, TEST_DIR + "/input.file"); in testReadWithFsverityVerification_FdServerUsesRealFsverityData() local
159 assertEquals("Inconsistent hash from /authfs/3: ", expectedHash, actualHash); in testReadWithFsverityVerification_FdServerUsesRealFsverityData()
175 String expectedHash = computeFileHash(sMicrodroid, srcPath); in testWriteThroughCorrectly() local
176 expectBackingFileConsistency(destPath, backendPath, expectedHash); in testWriteThroughCorrectly()
501 String expectedHash = computeFileHash(sAndroid, TEST_DIR + "/input.4m"); in testInputDirectory_CanReadFile() local
502 assertEquals("Expect consistent hash through /authfs/3: ", expectedHash, actualHash); in testInputDirectory_CanReadFile()
635 String authFsPath, String backendPath, String expectedHash) in expectBackingFileConsistency() argument
638 assertEquals("File hash is different to expectation", expectedHash, hashOnAuthFs); in expectBackingFileConsistency()