Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dblockimg.c918 uint8_t* stash = NULL; in LoadSrcTgtVersion2() local
965 res = LoadStash(stashbase, colon, 0, NULL, &stash, &stashalloc, 1); in LoadSrcTgtVersion2()
977 MoveRange(*buffer, locs, stash); in LoadSrcTgtVersion2()
981 if (stash) { in LoadSrcTgtVersion2()
982 free(stash); in LoadSrcTgtVersion2()