Home
last modified time | relevance | path

Searched refs:localTmpDir (Results 1 – 2 of 2) 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()
/cts/tools/vm-tests-tf/targetprep/src/android/core/vm/targetprep/
DVmTestPreparer.java84 File localTmpDir = FileUtil.createTempDir("cts-vm", tmpDir); in installVmPrereqs() local
91 FileUtil.extractZip(zipFile, localTmpDir); in installVmPrereqs()
92 File localTestTmpDir = new File(localTmpDir, "tests"); in installVmPrereqs()
97 FileUtil.recursiveDelete(localTmpDir); in installVmPrereqs()