Searched defs:papszIncPaths (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp568 const char **papszIncPaths; member in struct:RTDWARFLINESTATE
2334 pLnState->papszFileNames[iFileName] = RTPathJoinA(pLnState->papszIncPaths[idxInc], pszFilename);
2688 void *pv = RTMemRealloc(pLnState->papszIncPaths, sizeof(pLnState->papszIncPaths[0]) * (pLnState->cIncPaths + 2));
2691 pLnState->papszIncPaths = (const char **)pv;
2694 pLnState->papszIncPaths[pLnState->cIncPaths] = psz;
2784 RTMemFree(LnState.papszIncPaths);

Completed in 1863 milliseconds