Searched refs:pcbSector (Results 1 - 11 of 11) sorted by relevance
/vbox/src/VBox/Runtime/generic/ |
H A D | fs-stubs-generic.cpp | 43 uint32_t *pcbBlock, uint32_t *pcbSector) 51 if (pcbSector) 52 *pcbSector = 512; 42 RTFsQuerySizes(const char *pszFsPath, RTFOFF *pcbTotal, RTFOFF *pcbFree, uint32_t *pcbBlock, uint32_t *pcbSector) argument
|
/vbox/src/VBox/Runtime/r3/posix/ |
H A D | RTFileQueryFsSizes-posix.cpp | 46 uint32_t *pcbBlock, uint32_t *pcbSector) 63 if (pcbSector) 64 *pcbSector = 512; 45 RTFileQueryFsSizes(RTFILE hFile, PRTFOFF pcbTotal, RTFOFF *pcbFree, uint32_t *pcbBlock, uint32_t *pcbSector) argument
|
H A D | fs-posix.cpp | 55 uint32_t *pcbBlock, uint32_t *pcbSector) 85 if (pcbSector) 86 *pcbSector = 512; 95 pcbBlock, pcbBlock ? *pcbBlock : 0, pcbSector, pcbSector ? *pcbSector : 0, rc)); 54 RTFsQuerySizes(const char *pszFsPath, RTFOFF *pcbTotal, RTFOFF *pcbFree, uint32_t *pcbBlock, uint32_t *pcbSector) argument
|
/vbox/src/VBox/Runtime/r3/win/ |
H A D | fs-win.cpp | 184 uint32_t *pcbBlock, uint32_t *pcbSector) 222 && (pcbBlock || pcbSector)) 231 if (pcbSector) 232 *pcbSector = cbSector; 183 RTFsQuerySizes(const char *pszFsPath, RTFOFF *pcbTotal, RTFOFF *pcbFree, uint32_t *pcbBlock, uint32_t *pcbSector) argument
|
H A D | fileio-win.cpp | 960 uint32_t *pcbBlock, uint32_t *pcbSector) 959 RTFileQueryFsSizes(RTFILE hFile, PRTFOFF pcbTotal, RTFOFF *pcbFree, uint32_t *pcbBlock, uint32_t *pcbSector) argument
|
/vbox/src/VBox/Runtime/r3/nt/ |
H A D | fs-nt.cpp | 47 uint32_t *pcbBlock, uint32_t *pcbSector) 104 if (pcbSector) 105 *pcbSector = FsSizeInfo.BytesPerSector; 46 RTFsQuerySizes(const char *pszFsPath, RTFOFF *pcbTotal, RTFOFF *pcbFree, uint32_t *pcbBlock, uint32_t *pcbSector) argument
|
/vbox/src/VBox/HostServices/SharedFolders/ |
H A D | teststubs.h | 76 extern int testRTFsQuerySizes(const char *pszFsPath, RTFOFF *pcbTotal, RTFOFF *pcbFree, uint32_t *pcbBlock, uint32_t *pcbSector);
|
/vbox/include/iprt/ |
H A D | fs.h | 470 * @param pcbSector Where to store the sector size. (Optional) 475 uint32_t *pcbBlock, uint32_t *pcbSector);
|
H A D | file.h | 1011 * @param pcbSector Where to store the sector size. (Optional) 1016 uint32_t *pcbBlock, uint32_t *pcbSector);
|
/vbox/src/VBox/Main/src-server/ |
H A D | SnapshotImpl.cpp | 2803 uint32_t pcbSector = 0; local 2879 int vrc = RTFsQuerySizes(it_sm->second, &pcbTotal, &pcbFree,&pcbBlock, &pcbSector);
|
/vbox/src/VBox/HostServices/SharedFolders/testcase/ |
H A D | tstSharedFolderService.cpp | 389 uint32_t *pcbSector) { RTPrintf("%s\n", __PRETTY_FUNCTION__); return 0; } 387 testRTFsQuerySizes(const char *pszFsPath, PRTFOFF pcbTotal, RTFOFF *pcbFree, uint32_t *pcbBlock, uint32_t *pcbSector) argument
|
Completed in 65 milliseconds