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

/vbox/src/VBox/HostServices/SharedFolders/
H A Dvbsf.cpp221 * @param fWildCard Whether the last component may contain
228 bool fWildCard, bool fPreserveLastComponent)
237 if (fWildCard || 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 49 milliseconds