Home | History | Annotate | Download | only in unix_file

Lines Matching defs:WARN_UNUSED

92   int Close() OVERRIDE WARN_UNUSED;
93 int64_t Read(char* buf, int64_t byte_count, int64_t offset) const OVERRIDE WARN_UNUSED;
94 int SetLength(int64_t new_length) OVERRIDE WARN_UNUSED;
96 int64_t Write(const char* buf, int64_t byte_count, int64_t offset) OVERRIDE WARN_UNUSED;
98 int Flush() OVERRIDE WARN_UNUSED;
111 int FlushCloseOrErase() WARN_UNUSED;
114 int FlushClose() WARN_UNUSED;
125 bool ReadFully(void* buffer, size_t byte_count) WARN_UNUSED;
126 bool PreadFully(void* buffer, size_t byte_count, size_t offset) WARN_UNUSED;
127 bool WriteFully(const void* buffer, size_t byte_count) WARN_UNUSED;
128 bool PwriteFully(const void* buffer, size_t byte_count, size_t offset) WARN_UNUSED;