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

/vbox/src/VBox/Runtime/r3/
H A Dxml.cpp1993 uint64_t cbPrevFile; local
1994 rc = RTFileQuerySize(pcszFilename, &cbPrevFile);
1995 if (RT_SUCCESS(rc) && cbPrevFile >= 16)

Completed in 50 milliseconds