Home
last modified time | relevance | path

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

/packages/modules/Virtualization/tests/pvmfw/java/com/android/pvmfw/test/
DCustomPvmfwHostTestCaseBase.java174 String debugLevel, long adbTimeoutMs, @NonNull Map<String, File> bootFiles) in launchProtectedVmAndWaitForBootCompleted() argument
183 for (String name : bootFiles.keySet()) { in launchProtectedVmAndWaitForBootCompleted()
184 File file = bootFiles.get(name); in launchProtectedVmAndWaitForBootCompleted()
DDebugPolicyHostTests.java225 Map<String, File> bootFiles = in launchProtectedVmAndWaitForBootCompleted() local
229 return launchProtectedVmAndWaitForBootCompleted(debugLevel, adbTimeoutMs, bootFiles); in launchProtectedVmAndWaitForBootCompleted()