Home
last modified time | relevance | path

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

/aosp12/bootable/recovery/tests/unit/
H A Drangeset_test.cpp310 ASSERT_EQ(static_cast<size_t>(10), rs.GetOffsetInRangeSet(4106)); in TEST()
311 ASSERT_EQ(static_cast<size_t>(40970), rs.GetOffsetInRangeSet(4096 * 16 + 10)); in TEST()
315 ASSERT_EXIT(rs.GetOffsetInRangeSet(40970), ::testing::KilledBySignal(SIGABRT), ""); in TEST()
/aosp12/bootable/recovery/otautil/include/otautil/
H A Drangeset.h176 size_t GetOffsetInRangeSet(size_t old_offset) const;
/aosp12/bootable/recovery/otautil/
H A Drangeset.cpp296 size_t SortedRangeSet::GetOffsetInRangeSet(size_t old_offset) const { in GetOffsetInRangeSet() function in SortedRangeSet
/aosp12/bootable/recovery/applypatch/
H A Dimgdiff.cpp475 source_start_ = src_range.GetOffsetInRangeSet(source_start_); in UpdateSourceOffset()