Home
last modified time | relevance | path

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

/bootable/recovery/update_verifier/include/update_verifier/
Dupdate_verifier.h57 bool ReadBlocks(const std::string partition_name, const std::string& dm_block_device,
/bootable/recovery/update_verifier/
Dupdate_verifier.cpp138 bool UpdateVerifier::ReadBlocks(const std::string partition_name, in ReadBlocks() function in UpdateVerifier
204 if (!ReadBlocks(partition_name, dm_block_devices.at(partition_name), ranges)) { in VerifyPartitions()
/bootable/recovery/updater/
Dblockimg.cpp482 static int ReadBlocks(const RangeSet& src, std::vector<uint8_t>* buffer, int fd) { in ReadBlocks() function
646 if (ReadBlocks(src, &buffer, fd) == -1) { in PrintHashForMissingStashedBlocks()
744 if (ReadBlocks(src, buffer, params.fd) == -1) { in LoadStash()
1016 if (ReadBlocks(src, &params.buffer, params.fd) == -1) { in LoadSourceBlocks()
1116 if (ReadBlocks(*tgt, &tgtbuffer, params.fd) == -1) { in LoadSrcTgtVersion3()
1232 if (ReadBlocks(src, &params.buffer, params.fd) == -1) { in PerformCommandStash()
2180 if (ReadBlocks(blk0, &block0_buffer, fd) == -1) { in CheckFirstBlockFn()