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

/vbox/src/VBox/HostServices/SharedFolders/
H A Dvbsf.cpp224 * @param fPreserveLastComponent Always exclude the last component from case
228 bool fWildCard, bool fPreserveLastComponent)
237 if (fWildCard || fPreserveLastComponent)
249 if ( fPreserveLastComponent
461 bool fWildCard = false, bool fPreserveLastComponent = false)
657 rc = vbsfCorrectPathCasing(pClient, pszFullPath, cchFullPath, fWildCard, fPreserveLastComponent);
227 vbsfCorrectPathCasing(SHFLCLIENTDATA *pClient, char *pszFullPath, size_t cchFullPath, bool fWildCard, bool fPreserveLastComponent) argument

Completed in 291 milliseconds