Searched refs:vmIdBackup (Results 1 – 1 of 1) sorted by relevance
/packages/modules/Virtualization/tests/testapk/src/java/com/android/microdroid/test/ |
D | MicrodroidTests.java | 1128 String vmName, VirtualMachineConfig config, File vmIdBackup, File vmInstanceBackup) in createUncachedVmWithName() argument 1139 if (vmIdBackup != null) { in createUncachedVmWithName() 1141 vmIdBackup.toPath(), in createUncachedVmWithName() 1169 File vmInstanceBackup = null, vmIdBackup = null; in changeDebugLevel() local 1177 vmIdBackup = File.createTempFile("instance_id", "backup"); in changeDebugLevel() 1178 Files.copy(vmId.toPath(), vmIdBackup.toPath(), REPLACE_EXISTING); in changeDebugLevel() 1181 createUncachedVmWithName("test_vm_rerun", normalConfig, vmIdBackup, vmInstanceBackup); in changeDebugLevel() 1190 "test_vm_changed_debug_level", debugConfig, vmIdBackup, vmInstanceBackup); in changeDebugLevel()
|