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

/vbox/src/bldprogs/
H A DVBoxTpG.cpp193 static const char *g_pszAssemblerIncVal = __FILE__ "/../../../include/"; variable
311 apszArgs[iArg++] = g_pszAssemblerIncVal;
2184 int rc = RTPathAbs(g_pszAssemblerIncVal, g_szAssemblerIncVal, sizeof(g_szAssemblerIncVal) - 1);
2188 g_pszAssemblerIncVal = g_szAssemblerIncVal;

Completed in 48 milliseconds