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

/vbox/src/VBox/HostServices/SharedFolders/testcase/
H A DtstShflCase.cpp192 static int vbsfCorrectCasing(char *pszFullPath, char *pszStartComponent) function
201 Log2(("vbsfCorrectCasing: %s %s\n", pszFullPath, pszStartComponent));
245 Log2(("vbsfCorrectCasing: found %s\n", &pDirEntry->szName[0]));
256 Log(("vbsfCorrectCasing %s failed with %d\n", pszStartComponent, rc));
374 rc = vbsfCorrectCasing(pszFullPath, src);
/vbox/src/VBox/HostServices/SharedFolders/
H A Dvbsf.cpp117 static int vbsfCorrectCasing(SHFLCLIENTDATA *pClient, char *pszFullPath, char *pszStartComponent) function
119 Log2(("vbsfCorrectCasing: %s %s\n", pszFullPath, pszStartComponent));
177 Log2(("vbsfCorrectCasing: found %s\n", &pDirEntry->szName[0]));
193 Log(("vbsfCorrectCasing %s failed with %Rrc\n", pszStartComponent, rc));
338 rc = vbsfCorrectCasing(pClient, pszFullPath, pszSrc);

Completed in 48 milliseconds