Home
last modified time | relevance | path

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

/device/google/cuttlefish/host/libs/vm_manager/
Dqemu_manager.cpp136 auto pstore_size_bytes = cuttlefish::FileSize(instance.pstore_path()); in StartCommands() local
137 if (pstore_size_bytes & (1024 * 1024 - 1)) { in StartCommands()
139 << pstore_size_bytes << ") not a multiple of 1MB"; in StartCommands()
154 (is_arm ? 0 : pstore_size_bytes / 1024 / 1024); in StartCommands()
279 instance.pstore_path(), ",size=", pstore_size_bytes); in StartCommands()