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

/vbox/include/iprt/
H A Dbuildconfig.h104 RTDECL(const char *) RTBldCfgTargetDotArch(void);
H A Dmangling.h298 # define RTBldCfgTargetDotArch RT_MANGLER(RTBldCfgTargetDotArch) macro
/vbox/src/VBox/Runtime/common/misc/
H A Dbuildconfig.cpp99 RTDECL(const char *) RTBldCfgTargetDotArch(void) function
/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceWrapper.cpp112 rc = RTPathAppend(szDTraceCmd, sizeof(szDTraceCmd), RTBldCfgTargetDotArch());
/vbox/src/VBox/Main/glue/
H A Dcom.cpp298 RTBldCfgTargetDotArch(), __DATE__, __TIME__, szTmp);
/vbox/src/VBox/Devices/USB/
H A DVUSBSniffer.cpp468 const char *pszOpt = RTBldCfgTargetDotArch();
/vbox/src/VBox/Main/src-all/
H A DExtPackManagerImpl.cpp1344 int vrc = RTPathJoin(szPath, sizeof(szPath), m->strExtPackPath.c_str(), RTBldCfgTargetDotArch());

Completed in 362 milliseconds