Home
last modified time | relevance | path

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

/tools/tradefederation/core/src/com/android/tradefed/device/cloud/
DGceManager.java350 File localTmpFile = FileUtil.createTempFile("bugreport-ssh", ".zip"); in getBugreportzWithSsh() local
352 gceAvd, options, runUtil, REMOTE_FILE_OP_TIMEOUT, remoteFilePath, localTmpFile)) { in getBugreportzWithSsh()
353 FileUtil.deleteFile(localTmpFile); in getBugreportzWithSsh()
356 return localTmpFile; in getBugreportzWithSsh()
392 File localTmpFile = FileUtil.createTempFile("bugreport-ssh", ".zip"); in getNestedDeviceSshBugreportz() local
394 gceAvd, options, runUtil, REMOTE_FILE_OP_TIMEOUT, remoteFilePath, localTmpFile)) { in getNestedDeviceSshBugreportz()
395 FileUtil.deleteFile(localTmpFile); in getNestedDeviceSshBugreportz()
398 return localTmpFile; in getNestedDeviceSshBugreportz()