Return the remote temporary file size.
| 217 | |
| 218 | /// Return the remote temporary file size. |
| 219 | int64_t GetRemoteTmpFileSize() const { |
| 220 | return tmp_dirs_remote_ctrl_.remote_tmp_file_size_; |
| 221 | } |
| 222 | |
| 223 | /// Return the read buffer block size for a remote temporary file. |
| 224 | int64_t GetReadBufferBlockSize() const { |
no outgoing calls