Searched refs:RTFsQuerySizes (Results 1 - 11 of 11) sorted by relevance

/vbox/src/VBox/Runtime/testcase/
H A DtstRTFsQueries.cpp62 rc = RTFsQuerySizes(argv[i], &cbTotal, &cbFree, &cbBlock, &cbSector);
72 rc = RTFsQuerySizes(argv[i], NULL, NULL, NULL, NULL);
75 RTPrintf("tstRTFsQueries: RTFsQuerySizes(nop) failed, rc=%Rrc\n", rc);
/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
H A Dvbsf.cpp2063 rc = RTFsQuerySizes(pszFullPath, &pSFDEntry->ullTotalAllocationBytes, &pSFDEntry->ullAvailableAllocationBytes, &pSFDEntry->ulBytesPerAllocationUnit, &pSFDEntry->ulBytesPerSector);
/vbox/include/iprt/
H A Dfs.h474 RTR3DECL(int) RTFsQuerySizes(const char *pszFsPath, PRTFOFF pcbTotal, RTFOFF *pcbFree,
H A Dmangling.h625 # define RTFsQuerySizes RT_MANGLER(RTFsQuerySizes) 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/src/VBox/Main/src-server/
H A DSnapshotImpl.cpp2879 int vrc = RTFsQuerySizes(it_sm->second, &pcbTotal, &pcbFree,&pcbBlock, &pcbSector);
/vbox/src/VBox/Storage/
H A DVD.cpp3967 return RTFsQuerySizes(pcszFilename, NULL, pcbFreeSpace, NULL, NULL);

Completed in 129 milliseconds