Home
last modified time | relevance | path

Searched refs:stashes (Results 1 – 2 of 2) sorted by relevance

/bootable/recovery/updater/
Dcommands.cpp150 std::vector<StashInfo> stashes; in ParseTargetInfoAndSourceInfo() local
164 stashes.emplace_back(pairs[0], stash_location); in ParseTargetInfoAndSourceInfo()
167 SourceInfo result(src_hash, src_ranges, src_ranges_location, stashes); in ParseTargetInfoAndSourceInfo()
/bootable/recovery/updater/include/private/
Dcommands.h106 SourceInfo(std::string hash, RangeSet ranges, RangeSet location, std::vector<StashInfo> stashes) in SourceInfo() argument
110 stashes_(std::move(stashes)) { in SourceInfo()