Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DVMHostTest.java70 …File localTmpDir = FileUtil.createTempDir("cts-vm", new File(System.getProperty("java.io.tmpdir"))… in installVmPrereqs() local
71 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()