Home
last modified time | relevance | path

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

/bootable/recovery/updater/
Dblockimg.c735 static int CreateStash(State* state, int maxblocks, const char* blockdev, char** base) { in CreateStash() argument
744 if (blockdev == NULL || base == NULL) { in CreateStash()
752 SHA_update(&ctx, blockdev, strlen(blockdev)); in CreateStash()