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

/vbox/src/VBox/Main/src-server/
H A DMediumImpl.cpp3990 const char *pcszMediumPath = m->strLocationFull.c_str(); local
3992 if (RTPathStartsWith(pcszMediumPath, strOldPath.c_str()))
3995 newPath.append(pcszMediumPath + strOldPath.length());

Completed in 95 milliseconds