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

/vbox/src/VBox/Runtime/r3/
H A Disofs.cpp47 PRTISOFSPATHTABLEENTRY pNode = RTListGetFirst(&pFile->listPaths, RTISOFSPATHTABLEENTRY, Node);
51 bool fLast = RTListNodeIsLast(&pFile->listPaths, &pNode->Node);
153 RTListInit(&pFile->listPaths);
191 rc = rtIsoFsAddToPathCache(&pFile->listPaths, pszName, &header);
204 PRTISOFSPATHTABLEENTRY pNode = RTListGetLast(&pFile->listPaths, RTISOFSPATHTABLEENTRY, Node);
206 && !RTListNodeIsFirst(&pFile->listPaths, &pNode->Node)
209 rc = rtIsoFsGetParentPathSub(&pFile->listPaths, pNode,
224 RTListInit(&pFile->listPaths);
419 pNode = RTListGetFirst(&pFile->listPaths, RTISOFSPATHTABLEENTRY, Node);
425 RTListForEach(&pFile->listPaths, pNod
[all...]
/vbox/include/iprt/
H A Disofs.h165 RTLISTANCHOR listPaths; member in struct:RTISOFSFILE

Completed in 52 milliseconds