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

/vbox/src/VBox/Runtime/include/internal/
H A Dfilesystem.h56 size_t cbFs; member in struct:RTFILESYSTEMDESC
/vbox/src/VBox/Runtime/testcase/
H A DtstRTFilesystem.cpp61 uint64_t cbFs = 0; local
63 rc = RTVfsFileGetSize(hVfsFile, &cbFs);
70 while (off < cbFs)

Completed in 39 milliseconds