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

/vbox/src/VBox/Runtime/r3/
H A Disofs.cpp332 PRTISOFSDIRRECORD pCurRecord = (PRTISOFSDIRRECORD)&abBuffer[idx]; local
333 if (pCurRecord->record_length == 0)
336 char *pszName = RTStrAlloc(pCurRecord->name_len + 1);
339 memcpy(pszName, &abBuffer[idx + sizeof(RTISOFSDIRRECORD)], pCurRecord->name_len);
340 pszName[pCurRecord->name_len] = '\0'; /* Force string termination. */
342 if ( pCurRecord->name_len == 1
347 else if ( pCurRecord->name_len == 1
354 if (pCurRecord->flags & RT_BIT(1)) /* Directory */
358 pszName[pCurRecord->name_len] = 0;
376 memcpy(pRec, pCurRecord, sizeo
[all...]

Completed in 76 milliseconds