Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dcommands.cpp191 StashInfo stash_info; in Parse() local
219 stash_info = StashInfo(id, src_ranges); in Parse()
227 stash_info = StashInfo(tokens[pos++], {}); in Parse()
308 return Command(op, index, line, patch_info, target_info, source_info, stash_info); in Parse()