Home | History | Annotate | Download | only in unix_file

Lines Matching defs:MappedFile

29 MappedFile::~MappedFile() {
32 int MappedFile::Close() {
39 bool MappedFile::MapReadOnly() {
61 bool MappedFile::MapReadWrite(int64_t file_size) {
84 bool MappedFile::Unmap() {
98 int64_t MappedFile::Read(char* buf, int64_t byte_count, int64_t offset) const {
114 int MappedFile::SetLength(int64_t new_length) {
119 int64_t MappedFile::GetLength() const {
127 int MappedFile::Flush() {
132 int64_t MappedFile::Write(const char* buf, int64_t byte_count, int64_t offset) {
149 int64_t MappedFile::size() const {
153 bool MappedFile::IsMapped() const {
157 char* MappedFile::data() const {