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

/vbox/src/VBox/Runtime/r3/
H A Disofs.cpp110 * @param pszPathNode Current (partial) parent path; needed for recursion.
114 char *pszPathNode, char **ppszPath)
126 char *pszPath = RTPathJoinA(pNodeParent->path, pszPathNode);
137 *ppszPath = RTStrDup(pszPathNode);
113 rtIsoFsGetParentPathSub(PRTLISTNODE pList, PRTISOFSPATHTABLEENTRY pNode, char *pszPathNode, char **ppszPath) argument

Completed in 503 milliseconds