Home
last modified time | relevance | path

Searched defs:blocks (Results 1 – 8 of 8) sorted by relevance

/bootable/recovery/otautil/include/otautil/
Drangeset.h73 size_t blocks() const { in blocks() function
/bootable/recovery/otautil/
Dsysutil.cpp71 uint64_t blocks = ((file_size - 1) / blksize) + 1; in ParseBlockMapFile() local
139 uint64_t blocks = ((block_map_data.file_size() - 1) / blksize) + 1; in MapBlockFile() local
Drangeset.cpp123 for (const auto& blocks : blocks_per_group) { in Split() local
/bootable/recovery/updater/include/private/
Dcommands.h47 size_t blocks() const { in blocks() function
73 size_t blocks() const { in blocks() function
138 size_t blocks() const { in blocks() function
/bootable/recovery/tests/unit/
Dfuse_sideload_test.cpp62 const std::vector<std::string> blocks = { in TEST() local
/bootable/recovery/updater/
Dblockimg.cpp654 const size_t blocks, bool printerror) { in VerifyBlocks()
792 size_t blocks = sb.st_size / BLOCKSIZE; in LoadStash() local
809 static int WriteStash(const std::string& base, const std::string& id, int blocks, in WriteStash()
970 size_t blocks = it->second - it->first; in MoveRange() local
1173 size_t blocks = 0; in PerformCommandMove() local
1230 size_t blocks = src.blocks(); in PerformCommandStash() local
1374 size_t blocks = 0; in PerformCommandDiff() local
Dcommands.cpp325 size_t blocks = it->second - it->first; in MoveRange() local
/bootable/recovery/uncrypt/
Duncrypt.cpp271 int blocks = ((sb.st_size - 1) / sb.st_blksize) + 1; in ProductBlockMap() local