Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/vm_manager/
Dqemu_manager.cpp129 auto access_kregistry_size_bytes = cuttlefish::FileSize(instance.access_kregistry_path()); in StartCommands() local
130 if (access_kregistry_size_bytes & (1024 * 1024 - 1)) { in StartCommands()
132 << access_kregistry_size_bytes << ") not a multiple of 1MB"; in StartCommands()
153 access_kregistry_size_bytes / 1024 / 1024 + in StartCommands()
288 access_kregistry_size_bytes); in StartCommands()