Home
last modified time | relevance | path

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

/cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DVMHostTest.java35 private static final String VM_TEST_TEMP_DIR = "/data/local/tmp/vm-tests"; field in VMHostTest
68 createRemoteDir(device, VM_TEST_TEMP_DIR + "/dalvik-cache" ); in installVmPrereqs()
83 localTestTmpDir.getPath(), VM_TEST_TEMP_DIR); in installVmPrereqs()
84 if (!device.pushDir(localTestTmpDir, VM_TEST_TEMP_DIR)) { in installVmPrereqs()
105 if (device.doesFileExist(VM_TEST_TEMP_DIR)) { in cleanupDeviceFiles()
106 CLog.d("Removing device's temp dir %s from previous runs.", VM_TEST_TEMP_DIR); in cleanupDeviceFiles()
107 device.executeShellCommand(String.format("rm -r %s", VM_TEST_TEMP_DIR)); in cleanupDeviceFiles()
126 device.executeShellCommand(String.format("mkdir %s", VM_TEST_TEMP_DIR)); in createRemoteDir()