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

/vbox/src/bldprogs/
H A DVBoxTpG.cpp192 static char g_szAssemblerIncVal[RTPATH_MAX]; variable
2184 int rc = RTPathAbs(g_pszAssemblerIncVal, g_szAssemblerIncVal, sizeof(g_szAssemblerIncVal) - 1);
2187 strcat(g_szAssemblerIncVal, "/");
2188 g_pszAssemblerIncVal = g_szAssemblerIncVal;

Completed in 51 milliseconds