OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:GetOffsetInRangeSet
(Results
1 - 4
of
4
) sorted by null
/bootable/recovery/otautil/include/otautil/
rangeset.h
169
size_t
GetOffsetInRangeSet
(size_t old_offset) const;
/bootable/recovery/tests/unit/
rangeset_test.cpp
286
ASSERT_EQ(static_cast<size_t>(10), rs.
GetOffsetInRangeSet
(4106));
287
ASSERT_EQ(static_cast<size_t>(40970), rs.
GetOffsetInRangeSet
(4096 * 16 + 10));
291
ASSERT_EXIT(rs.
GetOffsetInRangeSet
(40970), ::testing::KilledBySignal(SIGABRT), "");
/bootable/recovery/otautil/
rangeset.cpp
244
size_t SortedRangeSet::
GetOffsetInRangeSet
(size_t old_offset) const {
/bootable/recovery/applypatch/
imgdiff.cpp
475
source_start_ = src_range.
GetOffsetInRangeSet
(source_start_);
[
all
...]
Completed in 216 milliseconds