Home
last modified time | relevance | path

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

/system/update_engine/payload_generator/
Dboot_img_filesystem_unittest.cc44 offset += utils::RoundUp(sizeof(hdr), hdr.page_size); in GetBootImg()
46 offset += utils::RoundUp(kernel.size(), hdr.page_size); in GetBootImg()
Dboot_img_filesystem.cc94 offset += utils::RoundUp(hdr_.kernel_size, hdr_.page_size); in GetFiles()
/system/apex/apexer/
Dapexer.py114 size += RoundUp(os.path.getsize(dirpath), BLOCK_SIZE)
116 size += RoundUp(os.path.getsize(os.path.join(dirpath, f)), BLOCK_SIZE)
125 def RoundUp(size, unit): function
312 partition_size = RoundUp(vbmeta_offset + vbmeta_size, BLOCK_SIZE) + BLOCK_SIZE
/system/update_engine/common/
Dutils.h313 constexpr uint64_t RoundUp(uint64_t x, uint64_t y) { in RoundUp() function