Searched refs:RTISOFS_SECTOR_SIZE (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/r3/
H A Disofs.cpp158 uint64_t uTableStart = (pFile->pvd.path_table_start_first * RTISOFS_SECTOR_SIZE);
159 Assert(uTableStart % RTISOFS_SECTOR_SIZE == 0); /* Make sure it's aligned. */
234 Assert(l == RTISOFS_SECTOR_SIZE);
242 && cbSize > 16 * RTISOFS_SECTOR_SIZE)
244 uint64_t cbOffset = 16 * RTISOFS_SECTOR_SIZE; /* Start reading at 32k. */
313 int rc = RTFileSeek(pFile->file, uExtentSector * RTISOFS_SECTOR_SIZE,
319 uint8_t abBuffer[RTISOFS_SECTOR_SIZE];
326 Assert(cbRead == RTISOFS_SECTOR_SIZE);
496 rc = RTFileSeek(pFile->file, uSector * RTISOFS_SECTOR_SIZE,
541 *pcbOffset = pFileRecord->extent_location * RTISOFS_SECTOR_SIZE;
[all...]
/vbox/include/iprt/
H A Disofs.h52 #define RTISOFS_SECTOR_SIZE 2048 macro

Completed in 2295 milliseconds