Home | History | Annotate | Download | only in v3

Lines Matching defs:file_offset

813   size_t file_offset = offset;
816 file_offset += address.start_block() * address.BlockSize() +
829 if (!file->Read(buf->data(), buf_len, file_offset, io_callback, &completed)) {
911 size_t file_offset = offset;
914 file_offset += address.start_block() * address.BlockSize() +
933 if (!file->Write(buf->data(), buf_len, file_offset, io_callback,