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

/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp179 static char g_szDefCdRomPath[RTPATH_MAX]; variable
3140 strcpy(g_szDefCdRomPath, "D:/");
3142 strcpy(g_szDefCdRomPath, "D:/");
3145 strcpy(g_szDefCdRomPath, "/media/cdrom");
3147 strcpy(g_szDefCdRomPath, "/mnt/cdrom");
3149 strcpy(g_szCdRomPath, g_szDefCdRomPath);
3194 g_szDefCdRomPath,

Completed in 102 milliseconds