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

/vbox/src/VBox/Runtime/generic/
H A DRTFileReadAllByHandleEx-generic.cpp58 RTFOFF cbAllocFile = cbFile > off ? cbFile - off : 0; local
59 if (cbAllocFile > cbMax)
60 cbAllocFile = cbMax;
61 size_t cbAllocMem = (size_t)cbAllocFile;
62 if ((RTFOFF)cbAllocMem == cbAllocFile)

Completed in 2772 milliseconds