Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dcommands.cpp159 RangeSet stash_location = RangeSet::Parse(pairs[1]); in ParseTargetInfoAndSourceInfo() local
160 if (!stash_location) { in ParseTargetInfoAndSourceInfo()
164 stashes.emplace_back(pairs[0], stash_location); in ParseTargetInfoAndSourceInfo()