Searched defs:cbMaxExtent (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/vfs/
H A Dvfsmemory.cpp416 uint64_t cbMaxExtent = pNext->off - offExtent; local
417 if (cbMaxExtent < cbExtent)
418 cbExtent = (uint32_t)cbMaxExtent;

Completed in 64 milliseconds