Home | History | Annotate | Download | only in disk_cache

Lines Matching defs:file_offset

1022   size_t file_offset = offset;
1025 file_offset += address.start_block() * address.BlockSize() +
1038 if (!file->Read(buf->data(), buf_len, file_offset, io_callback, &completed)) {
1120 size_t file_offset = offset;
1123 file_offset += address.start_block() * address.BlockSize() +
1142 if (!file->Write(buf->data(), buf_len, file_offset, io_callback,