Home
last modified time | relevance | path

Searched defs:ranges (Results 1 – 10 of 10) sorted by relevance

/bootable/recovery/updater/include/private/
Dcommands.h36 TargetInfo(std::string hash, RangeSet ranges) in TargetInfo()
43 const RangeSet& ranges() const { in ranges() function
71 StashInfo(std::string id, RangeSet ranges) : id_(std::move(id)), ranges_(std::move(ranges)) {} in StashInfo()
81 const RangeSet& ranges() const { in ranges() function
106 SourceInfo(std::string hash, RangeSet ranges, RangeSet location, std::vector<StashInfo> stashes) in SourceInfo()
/bootable/recovery/update_verifier/
Dcare_map.proto25 string ranges = 2; field
Dupdate_verifier.cpp139 const std::string& dm_block_device, const RangeSet& ranges) { in ReadBlocks()
256 RangeSet ranges = RangeSet::Parse(partition.ranges()); in ParseCareMap() local
/bootable/recovery/fuse_sideload/include/
Dfuse_provider.h89 RangeSet ranges() const { in ranges() function
/bootable/recovery/otautil/include/otautil/
Dsysutil.h85 size_t ranges() const { in ranges() function
/bootable/recovery/fuse_sideload/
Dfuse_provider.cpp83 uint32_t source_block_size, RangeSet ranges) in FuseBlockDataProvider()
/bootable/recovery/otautil/
Dsysutil.cpp79 RangeSet ranges; in ParseBlockMapFile() local
/bootable/recovery/uncrypt/
Duncrypt.cpp157 static void add_block_to_ranges(std::vector<int>& ranges, int new_block) { in add_block_to_ranges()
274 std::vector<int> ranges; in ProductBlockMap() local
/bootable/recovery/tests/unit/
Drangeset_test.cpp230 std::vector<Range> ranges; in TEST() local
/bootable/recovery/updater/
Dblockimg.cpp2080 const std::unique_ptr<Value>& ranges = args[1]; in RangeSha1Fn() local
2221 const std::unique_ptr<Value>& ranges = args[1]; in BlockImageRecoverFn() local