Return the default size of the file.
| 242 | |
| 243 | /// Return the default size of the file. |
| 244 | int64_t file_size() const { return file_size_; } |
| 245 | |
| 246 | /// Return the actual size of the file. |
| 247 | int64_t actual_file_size() { return actual_file_size_.Load(); } |
no outgoing calls