Searched refs:g_szArchShortName (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/ValidationKit/utils/TestExecServ/
H A DTestExecService.cpp183 static char g_szArchShortName[16]; variable
568 else IF_VARIABLE_DO(pszDollar, "${ARCH}", g_szArchShortName)
3114 AssertCompile(sizeof(KBUILD_TARGET_ARCH) <= sizeof(g_szArchShortName));
3115 strcpy(g_szArchShortName, KBUILD_TARGET_ARCH);

Completed in 78 milliseconds