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

/vbox/src/VBox/Runtime/generic/
H A Dfs-stubs-generic.cpp42 RTR3DECL(int) RTFsQuerySizes(const char *pszFsPath, RTFOFF *pcbTotal, RTFOFF *pcbFree, function
53 LogFlow(("RTFsQuerySizes: success stub!\n"));
/vbox/src/VBox/HostServices/SharedFolders/
H A Dteststubs.h75 #define RTFsQuerySizes testRTFsQuerySizes macro
/vbox/src/VBox/Runtime/r3/nt/
H A Dfs-nt.cpp46 RTR3DECL(int) RTFsQuerySizes(const char *pszFsPath, RTFOFF *pcbTotal, RTFOFF *pcbFree, function
/vbox/src/VBox/Runtime/r3/posix/
H A Dfs-posix.cpp54 RTR3DECL(int) RTFsQuerySizes(const char *pszFsPath, RTFOFF *pcbTotal, RTFOFF *pcbFree, function
93 LogFlow(("RTFsQuerySizes(%p:{%s}, %p:{%RTfoff}, %p:{%RTfoff}, %p:{%RX32}, %p:{%RX32}): returns %Rrc\n",
/vbox/src/VBox/Runtime/r3/win/
H A Dfs-win.cpp183 RTR3DECL(int) RTFsQuerySizes(const char *pszFsPath, RTFOFF *pcbTotal, RTFOFF *pcbFree, function
213 Log(("RTFsQuerySizes(%s,): GetDiskFreeSpaceEx failed with lasterr %d (%Rrc)\n",
238 Log(("RTFsQuerySizes(%s,): GetDiskFreeSpace failed with lasterr %d (%Rrc)\n",
279 Log(("RTFsQuerySizes(%s,): GetDiskFreeSpaceEx failed with lasterr %d (%Rrc)\n",
331 Log(("RTFsQuerySizes(%s,): GetVolumeInformation failed with lasterr %d (%Rrc)\n",
/vbox/include/iprt/
H A Dmangling.h625 # define RTFsQuerySizes RT_MANGLER(RTFsQuerySizes) macro

Completed in 223 milliseconds