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

/vbox/src/VBox/HostServices/SharedFolders/testcase/
H A DtstSharedFolderService.cpp488 const char *pcszSource)
490 AssertRelease( strlen(pcszSource) * 2 + 2
492 pDest->string.u16Length = (uint16_t)(strlen(pcszSource) * sizeof(RTUTF16));
495 pDest->string.String.ucs2[i] = (uint16_t)pcszSource[i];
487 fillTestShflString(struct TESTSHFLSTRING *pDest, const char *pcszSource) argument

Completed in 47 milliseconds