Searched refs:localTmpFile (Results 1 – 1 of 1) sorted by relevance
/tools/tradefederation/core/src/com/android/tradefed/device/cloud/ |
D | GceManager.java | 465 File localTmpFile = FileUtil.createTempFile("bugreport-ssh", ".zip"); in getBugreportzWithSsh() local 467 gceAvd, options, runUtil, REMOTE_FILE_OP_TIMEOUT, remoteFilePath, localTmpFile)) { in getBugreportzWithSsh() 468 FileUtil.deleteFile(localTmpFile); in getBugreportzWithSsh() 471 return localTmpFile; in getBugreportzWithSsh() 509 File localTmpFile = FileUtil.createTempFile("bugreport-ssh", ".zip"); in getNestedDeviceSshBugreportz() local 511 gceAvd, options, runUtil, REMOTE_FILE_OP_TIMEOUT, remoteFilePath, localTmpFile)) { in getNestedDeviceSshBugreportz() 512 FileUtil.deleteFile(localTmpFile); in getNestedDeviceSshBugreportz() 515 return localTmpFile; in getNestedDeviceSshBugreportz()
|