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

/vbox/src/VBox/Main/glue/
H A Dinitterm.cpp331 char szCompReg[RTPATH_MAX]; local
334 int vrc = GetVBoxUserHomeDirectory(szCompReg, sizeof(szCompReg));
338 vrc = RTStrCopy(szXptiDat, sizeof(szXptiDat), szCompReg);
341 vrc = RTPathAppend(szCompReg, sizeof(szCompReg), "compreg-x86.dat");
346 vrc = RTPathAppend(szCompReg, sizeof(szCompReg), "compreg.dat");
352 LogFlowFunc(("component registry : \"%s\"\n", szCompReg));
432 rc = dsProv->init(szCompReg, szXptiDa
[all...]

Completed in 44 milliseconds