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

/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp177 static char g_szCdRomPath[RTPATH_MAX]; variable
566 IF_VARIABLE_DO(pszDollar, "${CDROM}", g_szCdRomPath)
2975 int rc = RTPathJoin(szUpgradePath, sizeof(szUpgradePath), g_szCdRomPath, g_szOsSlashArchShortName);
3149 strcpy(g_szCdRomPath, g_szDefCdRomPath);
3307 rc = RTStrCopy(g_szCdRomPath, sizeof(g_szCdRomPath), Val.psz);

Completed in 644 milliseconds