Home
last modified time | relevance | path

Searched refs:curr_ex_off (Results 1 – 1 of 1) sorted by relevance

/external/bsdiff/
Dextents_file.cc89 off_t curr_ex_off = curr_pos_ - acc_len_[curr_ex_idx_]; in IOOperation() local
91 std::min(static_cast<uint64_t>(count), ex.len - curr_ex_off); in IOOperation()
96 if (!file_->Seek(ex.off + curr_ex_off) || in IOOperation()