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

/vbox/src/VBox/HostServices/SharedFolders/
H A Dvbsf.cpp236 char *pszLastComponent = NULL; local
257 pszLastComponent = pszSrc;
258 *pszLastComponent = '\0';
275 char *pszSrc = pszLastComponent ? pszLastComponent - 1 : pszFullPath + cchFullPath - 1;
364 if (pszLastComponent)
365 *pszLastComponent = RTPATH_DELIMITER;

Completed in 591 milliseconds