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.java462 File localTmpFile = FileUtil.createTempFile("bugreport-ssh", ".zip"); in getBugreportzWithSsh() local
464 gceAvd, options, runUtil, REMOTE_FILE_OP_TIMEOUT, remoteFilePath, localTmpFile)) { in getBugreportzWithSsh()
465 FileUtil.deleteFile(localTmpFile); in getBugreportzWithSsh()
468 return localTmpFile; in getBugreportzWithSsh()
506 File localTmpFile = FileUtil.createTempFile("bugreport-ssh", ".zip"); in getNestedDeviceSshBugreportz() local
508 gceAvd, options, runUtil, REMOTE_FILE_OP_TIMEOUT, remoteFilePath, localTmpFile)) { in getNestedDeviceSshBugreportz()
509 FileUtil.deleteFile(localTmpFile); in getNestedDeviceSshBugreportz()
512 return localTmpFile; in getNestedDeviceSshBugreportz()