OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:source_ranges
(Results
1 - 4
of
4
) sorted by null
/bootable/recovery/updater/include/private/
commands.h
194
HashTreeInfo(RangeSet hash_tree_ranges, RangeSet
source_ranges
, std::string hash_algorithm,
197
source_ranges_(std::move(
source_ranges
)),
205
const RangeSet&
source_ranges
() const {
function in class:HashTreeInfo
280
// compute_hash_tree <hash_tree_ranges> <
source_ranges
> <hash_algorithm> <salt_hex> <root_hash>
/bootable/recovery/updater/
commands.cpp
272
// <hash_tree_ranges> <
source_ranges
> <hash_algorithm> <salt_hex> <root_hash>
286
RangeSet
source_ranges
= RangeSet::Parse(tokens[pos++]);
local
287
if (!
source_ranges
) {
300
HashTreeInfo hash_tree_info(std::move(hash_tree_ranges), std::move(
source_ranges
),
blockimg.cpp
1501
RangeSet
source_ranges
= RangeSet::Parse(params.tokens[params.cpos++]);
local
[
all
...]
/build/make/tools/releasetools/
blockimgdiff.py
[
all
...]
Completed in 157 milliseconds