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

/vbox/src/VBox/Runtime/r3/
H A Disofs.cpp401 * @param puSector Pointer where to store the found sector to.
403 static int rtIsoFsResolvePath(PRTISOFSFILE pFile, const char *pszPath, uint32_t *puSector) argument
407 AssertPtrReturn(puSector, VERR_INVALID_PARAMETER);
438 *puSector = pNode->header.sector_dir_table;

Completed in 42 milliseconds