Searched refs:localTmpDir (Results 1 – 2 of 2) 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()
84 File localTmpDir = FileUtil.createTempDir("cts-vm", tmpDir); in installVmPrereqs() local91 FileUtil.extractZip(zipFile, localTmpDir); in installVmPrereqs()92 File localTestTmpDir = new File(localTmpDir, "tests"); in installVmPrereqs()97 FileUtil.recursiveDelete(localTmpDir); in installVmPrereqs()