Home
last modified time | relevance | path

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

/system/core/fs_mgr/libstorage_literals/storage_literals/
Dstorage_literals.h38 using MiB = Size<20>; variable
50 constexpr MiB operator""_MiB(unsigned long long v) { // NOLINT
51 return MiB{v};
/system/update_engine/scripts/update_payload/
Dchecker_unittest.py474 rootfs_part_size = test_utils.MiB(8)
770 old_part_size = test_utils.MiB(4)
771 new_part_size = test_utils.MiB(8)
894 rootfs_part_size = test_utils.MiB(8)
933 rootfs_part_size = test_utils.MiB(2)
1029 rootfs_filesystem_size = test_utils.MiB(2)
Dtest_utils.py48 def MiB(count): function
/system/extras/partition_tools/
DREADME.md19 * `--alignment=N` - By default, lpmake will align partitions to 1MiB boundaries. However, an altern…
25 Example usage. This specifies a 10GB super partition for an A/B device, with a single 64MiB "cache"…
/system/update_engine/
DREADME.md275 A full payload is generated by breaking the partition into 2MiB (configurable)