Searched refs:VM_TEMP_DIR (Results 1 – 1 of 1) sorted by relevance
44 private static final String VM_TEMP_DIR = TEMP_DIR +"/vm-tests"; field in VmTestPreparer83 createRemoteDir(device, VM_TEMP_DIR + "/dalvik-cache" ); in installVmPrereqs()91 String jarOnDevice = VM_TEMP_DIR + "/" + JAR_FILE; in installVmPrereqs()98 String cmd = "unzip -d " + VM_TEMP_DIR + " " + jarOnDevice in installVmPrereqs()99 + " && rm -rf " + VM_TEMP_DIR + "/dot*" in installVmPrereqs()100 + " && mv " + VM_TEMP_DIR + "/tests/* " + VM_TEMP_DIR + "/" in installVmPrereqs()122 if (device.doesFileExist(VM_TEMP_DIR)) { in cleanupDeviceFiles()123 device.executeShellCommand(String.format("rm -r %s", VM_TEMP_DIR)); in cleanupDeviceFiles()142 device.executeShellCommand(String.format("mkdir %s", VM_TEMP_DIR)); in createRemoteDir()