Home
last modified time | relevance | path

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

/system/core/fs_mgr/libstorage_literals/storage_literals/
Dstorage_literals.h39 using GiB = Size<30>; variable
53 constexpr GiB operator""_GiB(unsigned long long v) { // NOLINT
54 return GiB{v};
/system/bpf/bpfloader/
Dbpfloader.rc31 # Set RLIMIT_MEMLOCK to 1GiB for bpfloader
56 # As such we simply use 1GiB as a reasonable approximation of infinity.
/system/core/fs_mgr/libfiemap/
DREADME.md19 16GiB and on FAT32 it's 4GiB. Images are saved into `/data/gsi/<name>/`
/system/update_engine/scripts/update_payload/
Dtest_utils.py52 def GiB(count): function