Searched refs:szName2 (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/
H A DSUPR3HardenedVerify.cpp783 char szName2[RTPATH_MAX]; /** @todo Must use UTF-16 here! Code is mixing UTF-8 and native. */ local
784 if ( GetFullPathName(szName, RT_ELEMENTS(szName2), &szName2[0], &pszIgnored)
786 if (!SUP_COMP_FILENAME(szName2, szName))
790 char szName2[RTPATH_MAX]; local
791 if ( realpath(szName, szName2) != NULL
793 if (!SUP_COMP_FILENAME(szName2, szName))
/vbox/src/VBox/Devices/Storage/
H A DDrvHostBase.cpp899 char szName2[256 + 32]; local
905 RTStrPrintf(szName2, sizeof(szName2), "%s %s (#%u)", pszVendor, pszProduct, i);
910 RTStrPrintf(szName2, sizeof(szName2), "%s (#%u)", *pszVendor ? pszVendor : pszProduct, i);
916 strcpy(szName2, szName1);
920 || !strcmp(szName2, pThis->pszDeviceOpen))

Completed in 59 milliseconds