Searched refs:localTmpFile (Results 1 – 1 of 1) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/ |
D | GceManager.java | 462 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()
|