Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/commands/assemble_cvd/
Dvendor_dlkm_utils.cc47 constexpr size_t RoundUp(size_t a, size_t divisor) { in RoundUp() function
362 const auto fs_size = RoundUp(GetDiskUsage(src_dir) + 16 * 1024 * 1024, 4096); in BuildDlkmImage()