Searched refs:LoadStash (Results 1 – 1 of 1) sorted by relevance
/bootable/recovery/updater/ |
D | blockimg.cpp | 735 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, ¶ms.buffer, true) == 0) { in LoadSrcTgtVersion3() 1221 if (LoadStash(params, id, true, ¶ms.buffer, false) == 0) { in PerformCommandStash()
|