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

/vbox/src/VBox/Main/glue/
H A Dinitterm.cpp414 char szCompDir[RTPATH_MAX]; local
415 vrc = RTStrCopy(szCompDir, sizeof(szCompDir), szAppHomeDir);
421 vrc = RTPathAppend(szCompDir, sizeof(szCompDir), "components");
427 LogFlowFunc(("component directory : \"%s\"\n", szCompDir));
432 rc = dsProv->init(szCompReg, szXptiDat, szCompDir, szAppHomeDir);

Completed in 47 milliseconds