Searched refs:localTmpDir (Results 1 – 1 of 1) sorted by relevance
70 …File localTmpDir = FileUtil.createTempDir("cts-vm", new File(System.getProperty("java.io.tmpdir"))… in installVmPrereqs() local71 CLog.d("Creating host temp dir %s", localTmpDir.getPath()); in installVmPrereqs()78 jarFile.getPath(), localTmpDir.getPath()); in installVmPrereqs()80 FileUtil.extractZip(zipFile, localTmpDir); in installVmPrereqs()81 File localTestTmpDir = new File(localTmpDir, "tests"); in installVmPrereqs()88 CLog.d("Cleaning up host temp dir %s", localTmpDir.getPath()); in installVmPrereqs()89 FileUtil.recursiveDelete(localTmpDir); in installVmPrereqs()