Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dblockimg.cpp735 static int LoadStash(const CommandParameters& params, const std::string& id, bool verify, in LoadStash() function
1041 if (LoadStash(params, tokens[0], false, &stash, true) == -1) { in LoadSourceBlocks()
1156 if (overlap && LoadStash(params, srchash, true, &params.buffer, true) == 0) { in LoadSrcTgtVersion3()
1221 if (LoadStash(params, id, true, &params.buffer, false) == 0) { in PerformCommandStash()