Home
last modified time | relevance | path

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

/tools/tradefederation/core/tests/src/com/android/tradefed/invoker/
DTestInvocationTest.java1706 File tmpExternalTestsDir = FileUtil.createTempDir("external-tf-dir"); in testInvoke_deviceInfoBuild_withEnv() local
1707 File tmpTestsFile = FileUtil.createTempFile("testsfile", "txt", tmpExternalTestsDir); in testInvoke_deviceInfoBuild_withEnv()
1727 return tmpExternalTestsDir; in testInvoke_deviceInfoBuild_withEnv()
1805 FileUtil.recursiveDelete(tmpExternalTestsDir); in testInvoke_deviceInfoBuild_withEnv()
1816 File tmpExternalTestsDir = FileUtil.createTempDir("external-tf-dir"); in testInvoke_deviceInfoBuild_withEnv_andSkipProperty() local
1817 FileUtil.createTempFile("testsfile", "txt", tmpExternalTestsDir); in testInvoke_deviceInfoBuild_withEnv_andSkipProperty()
1836 return tmpExternalTestsDir; in testInvoke_deviceInfoBuild_withEnv_andSkipProperty()
1891 FileUtil.recursiveDelete(tmpExternalTestsDir); in testInvoke_deviceInfoBuild_withEnv_andSkipProperty()