Searched refs:cbMaxExtent (Results 1 - 1 of 1) sorted by relevance
/vbox/src/VBox/Runtime/common/vfs/ | ||
H A D | vfsmemory.cpp | 416 uint64_t cbMaxExtent = pNext->off - offExtent; local 417 if (cbMaxExtent < cbExtent) 418 cbExtent = (uint32_t)cbMaxExtent; |
Completed in 468 milliseconds