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

/vbox/src/VBox/Runtime/r3/
H A Disofs.cpp55 if (pNode->path_full)
56 RTStrFree(pNode->path_full);
93 pNode->path_full = NULL;
210 pNode->path, &pNode->path_full);
427 if ( pNode->path_full != NULL /* Root does not have a path! */
428 && !RTStrICmp(pNode->path_full, pszTemp))
/vbox/include/iprt/
H A Disofs.h157 char *path_full; member in struct:RTISOFSPATHTABLEENTRY

Completed in 1974 milliseconds