summaryrefslogtreecommitdiffstats
path: root/runtime/base/unix_file/fd_file.h
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/base/unix_file/fd_file.h')
-rw-r--r--runtime/base/unix_file/fd_file.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/runtime/base/unix_file/fd_file.h b/runtime/base/unix_file/fd_file.h
index 8db2ee4a81..1b1fb4e298 100644
--- a/runtime/base/unix_file/fd_file.h
+++ b/runtime/base/unix_file/fd_file.h
@@ -74,6 +74,7 @@ class FdFile : public RandomAccessFile {
}
void DisableAutoClose();
bool ReadFully(void* buffer, size_t byte_count) WARN_UNUSED;
+ bool PreadFully(void* buffer, size_t byte_count, size_t offset) WARN_UNUSED;
bool WriteFully(const void* buffer, size_t byte_count) WARN_UNUSED;
// This enum is public so that we can define the << operator over it.