Searched defs:pszFullPath (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) argument
201 Log2(("vbsfCorrectCasing: %s %s\n", pszFullPath, pszStartComponent));
214 Assert(pszFullPath < pszStartComponent-1);
217 strcpy(pDirEntry->szName, pszFullPath);
269 int testCase(char *pszFullPath, bool fWildCard = false) argument
278 size_t len = strlen(pszFullPath);
279 char *src = pszFullPath + len - 1;
281 while(src > pszFullPath)
312 rc = RTPathQueryInfo(pszFullPath, &info, RTFSOBJATTRADD_NOTHING);
315 size_t len = strlen(pszFullPath);
[all...]
/vbox/src/VBox/HostServices/SharedFolders/
H A Dvbsf.cpp51 void vbsfStripLastComponent(char *pszFullPath, uint32_t cbFullPathRoot) argument
56 char *s = pszFullPath + cbFullPathRoot;
60 LogFlowFunc(("%s -> %s\n", pszFullPath, s));
106 LogFlowFunc(("%s, %s, %s\n", pszFullPath, delimLast, delimSecondLast));
114 * @param pszFullPath .
117 static int vbsfCorrectCasing(SHFLCLIENTDATA *pClient, char *pszFullPath, char *pszStartComponent) argument
119 Log2(("vbsfCorrectCasing: %s %s\n", pszFullPath, pszStartComponent));
121 AssertReturn((uintptr_t)pszFullPath < (uintptr_t)pszStartComponent - 1U, VERR_INTERNAL_ERROR_2);
129 size_t cchParentDir = pszStartComponent - pszFullPath;
131 Assert(strlen(pszFullPath)
227 vbsfCorrectPathCasing(SHFLCLIENTDATA *pClient, char *pszFullPath, size_t cchFullPath, bool fWildCard, bool fPreserveLastComponent) argument
482 char *pszFullPath = NULL; local
681 vbsfFreeFullPath(char *pszFullPath) argument
1333 char *pszFullPath = NULL; local
1651 char *pszFullPath = NULL; local
1835 char *pszFullPath = NULL; local
2042 char *pszFullPath = NULL; local
2276 char *pszFullPath = NULL; local
[all...]

Completed in 49 milliseconds