Home | History | Annotate | Download | only in disk_cache

Lines Matching refs:file_offset

974   size_t file_offset = offset;
977 file_offset += address.start_block() * address.BlockSize() +
988 if (!file->Read(buf->data(), buf_len, file_offset, io_callback, &completed)) {
1062 size_t file_offset = offset;
1065 file_offset += address.start_block() * address.BlockSize() +
1082 if (!file->Write(buf->data(), buf_len, file_offset, io_callback,