Home
last modified time | relevance | path

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

/aosp_15_r20/packages/modules/Virtualization/tests/testapk/src/java/com/android/microdroid/test/
DMicrodroidTests.java1639 assertFileContentsAreEqualInTwoVms("config.xml", vmNameOrig, vmNameImport); in importedVmIsEqualToTheOriginalVm()
1640 assertFileContentsAreEqualInTwoVms("instance.img", vmNameOrig, vmNameImport); in importedVmIsEqualToTheOriginalVm()
1642 assertFileContentsAreEqualInTwoVms("storage.img", vmNameOrig, vmNameImport); in importedVmIsEqualToTheOriginalVm()
1719 assertFileContentsAreEqualInTwoVms("storage.img", "test_vm", "diff_test_vm"); in encryptedStorageIsInaccessibleToDifferentVm()
2042 assertFileContentsAreEqualInTwoVms( in testVmDescriptorParcelUnparcel_noTrustedStorage()
2044 assertFileContentsAreEqualInTwoVms( in testVmDescriptorParcelUnparcel_noTrustedStorage()
2085 assertFileContentsAreEqualInTwoVms( in testVmDescriptorParcelUnparcel_withTrustedStorage()
2087 assertFileContentsAreEqualInTwoVms( in testVmDescriptorParcelUnparcel_withTrustedStorage()
2089 assertFileContentsAreEqualInTwoVms( in testVmDescriptorParcelUnparcel_withTrustedStorage()
2619 private void assertFileContentsAreEqualInTwoVms(String fileName, String vmName1, String vmName2) in assertFileContentsAreEqualInTwoVms() method in MicrodroidTests