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

/vbox/src/VBox/Main/src-server/linux/
H A DPerformanceLinux.cpp52 virtual int getHostFilesystemUsage(const char *name, ULONG *total, ULONG *used, ULONG *available);
226 int CollectorLinux::getHostFilesystemUsage(const char *path, ULONG *total, ULONG *used, ULONG *available) function in class:pm::CollectorLinux
/vbox/src/VBox/Main/src-server/
H A DPerformance.cpp86 int CollectorHAL::getHostFilesystemUsage(const char * /* name */, ULONG * /* total */, ULONG * /* used */, function in class:CollectorHAL
901 int rc = mHAL->getHostFilesystemUsage(mFsName.c_str(), &total, &used, &available);
/vbox/src/VBox/Main/src-server/solaris/
H A DPerformanceSolaris.cpp70 virtual int getHostFilesystemUsage(const char *name, ULONG *total, ULONG *used, ULONG *available);
525 int CollectorSolaris::getHostFilesystemUsage(const char *path, ULONG *total, ULONG *used, ULONG *available) function in class:pm::CollectorSolaris

Completed in 38 milliseconds