Lines Matching refs:size
100 // The size of the file in bytes. Undefined when is_directory is true.
101 int64_t size = 0;
169 // normal expectation is that actually |size| bytes are read unless there is
171 int Read(int64_t offset, char* data, int size);
174 int ReadAtCurrentPos(char* data, int size);
179 int ReadNoBestEffort(int64_t offset, char* data, int size);
182 int ReadAtCurrentPosNoBestEffort(char* data, int size);
187 // all platforms. |data| can be nullptr when |size| is 0.
188 int Write(int64_t offset, const char* data, int size);
191 int WriteAtCurrentPos(const char* data, int size);
195 int WriteAtCurrentPosNoBestEffort(const char* data, int size);
197 // Returns the current size of this file, or a negative number on failure.
201 // current size of the file, the file is extended with zeros. If the file