Home
last modified time | relevance | path

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

/aosp12/packages/modules/Virtualization/authfs/tests/java/src/com/android/fs/
H A DAuthFsHostTest.java167 assertFalse(copyFileInGuest(MOUNT_DIR + "/10", "/dev/null")); in testReadWithFsverityVerification_TamperedMerkleTree()
181 assertTrue(copyFileInGuest(srcPath, destPath)); in testWriteThroughCorrectly()
198 assertTrue(copyFileInGuest(srcPath, destPath)); in testWriteFailedIfDetectsTampering()
269 private boolean copyFileInGuest(String src, String dest) throws DeviceNotAvailableException { in copyFileInGuest() method in AuthFsHostTest