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.cpp331 auto pstore_size_bytes = 0; in StartCommands() local
333 pstore_size_bytes = FileSize(instance.pstore_path()); in StartCommands()
334 CF_EXPECT((pstore_size_bytes & (1024 * 1024 - 1)) == 0, in StartCommands()
335 instance.pstore_path() << " file size (" << pstore_size_bytes in StartCommands()
369 (is_x86 ? pstore_size_bytes / 1024 / 1024 : 0); in StartCommands()
644 instance.pstore_path(), ",size=", pstore_size_bytes); in StartCommands()