Home | History | Annotate | Download | only in updater

Lines Matching refs:blockdev

787 static int CreateStash(State* state, size_t maxblocks, const std::string& blockdev,
789 if (blockdev.empty()) {
797 SHA1(reinterpret_cast<const uint8_t*>(blockdev.data()), blockdev.size(), digest);