Home
last modified time | relevance | path

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

/system/core/fs_mgr/libstorage_literals/storage_literals/
Dstorage_literals.h38 using MiB = Size<20>; variable
49 constexpr MiB operator""_MiB(unsigned long long v) { // NOLINT
50 return MiB{v};
/system/bpf/bpfloader/
Dbpfloader.rc33 # Actually only 8MiB would be needed if bpfloader ran as its own uid.
36 # So, for example, if the graphics stack has already allocated 10MiB of
38 # if its memlock rlimit is only 8MiB - since there would be none left for it.
/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.md306 A full payload is generated by breaking the partition into 2MiB (configurable)