Home
last modified time | relevance | path

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

/packages/modules/Virtualization/tests/pvmfw/java/com/android/pvmfw/test/
DCustomPvmfwHostTestCaseBase.java75 @Nullable private File mCustomPvmfwFileOnHost; field in CustomPvmfwHostTestCaseBase
98 mCustomPvmfwFileOnHost = in setUp()
118 FileUtil.deleteFile(mCustomPvmfwFileOnHost); in shutdown()
156 return mCustomPvmfwFileOnHost; in getCustomPvmfwFile()
181 .addBootFile(mCustomPvmfwFileOnHost, PVMFW_FILE_NAME) in launchProtectedVmAndWaitForBootCompleted()