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.cpp311 auto access_kregistry_size_bytes = 0; in StartCommands() local
313 access_kregistry_size_bytes = FileSize(instance.access_kregistry_path()); in StartCommands()
314 CF_EXPECT((access_kregistry_size_bytes & (1024 * 1024 - 1)) == 0, in StartCommands()
316 << " file size (" << access_kregistry_size_bytes in StartCommands()
367 (access_kregistry_size_bytes / 1024 / 1024) + in StartCommands()
653 if (access_kregistry_size_bytes > 0) { in StartCommands()
658 ",size=", access_kregistry_size_bytes); in StartCommands()