Home | History | Annotate | Download | only in unix_file

Lines Matching full:warn_unused

54   int Close() OVERRIDE WARN_UNUSED;
55 int64_t Read(char* buf, int64_t byte_count, int64_t offset) const OVERRIDE WARN_UNUSED;
56 int SetLength(int64_t new_length) OVERRIDE WARN_UNUSED;
58 int64_t Write(const char* buf, int64_t byte_count, int64_t offset) OVERRIDE WARN_UNUSED;
59 int Flush() OVERRIDE WARN_UNUSED;
65 int FlushCloseOrErase() WARN_UNUSED;
68 int FlushClose() WARN_UNUSED;
79 bool ReadFully(void* buffer, size_t byte_count) WARN_UNUSED;
80 bool PreadFully(void* buffer, size_t byte_count, size_t offset) WARN_UNUSED;
81 bool WriteFully(const void* buffer, size_t byte_count) WARN_UNUSED;
82 bool PwriteFully(const void* buffer, size_t byte_count, size_t offset) WARN_UNUSED;