Searched refs:copyFileInGuest (Results 1 – 1 of 1) sorted by relevance
167 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