Home | History | Annotate | Download | only in bsdiff

Lines Matching refs:old_extents

115                    const std::vector<ex_t>& old_extents,
132 if (old_extents.empty() && new_extents.empty())
135 for (ex_t old_ex : old_extents)
145 // |old_extents| and |new_extents| are comma-separated lists of "offset:length"
151 const char* old_extents,
169 old_extents, new_extents);
173 // |old_extents| and |new_extents| are comma-separated lists of "offset:length"
180 const char* old_extents,
182 int using_extents = (old_extents != NULL || new_extents != NULL);
193 if (!ParseExtentStr(old_extents, &parsed_old_extents)) {