Searched refs:RTBldCfgTargetArch (Results 1 - 8 of 8) sorted by relevance
/vbox/include/iprt/ |
H A D | buildconfig.h | 97 RTDECL(const char *) RTBldCfgTargetArch(void);
|
H A D | mangling.h | 297 # define RTBldCfgTargetArch RT_MANGLER(RTBldCfgTargetArch) macro
|
/vbox/src/VBox/Runtime/common/misc/ |
H A D | buildconfig.cpp | 91 RTDECL(const char *) RTBldCfgTargetArch(void) function
|
/vbox/src/VBox/ExtPacks/VBoxDTrace/ |
H A D | VBoxDTraceWrapper.cpp | 134 rc = RTPathAppend(szDTraceLibDir, sizeof(szDTraceLibDir), RTBldCfgTargetArch());
|
/vbox/src/VBox/ValidationKit/testboxscript/ |
H A D | TestBoxHelper.cpp | 367 int cch = RTPrintf("%s\n", RTBldCfgTargetArch());
|
/vbox/src/VBox/Additions/common/pam/ |
H A D | pam_vbox.cpp | 243 RTBldCfgVersion(), RTBldCfgRevisionStr(), RTBldCfgTargetArch());
|
/vbox/src/VBox/Main/src-all/ |
H A D | ExtPackManagerImpl.cpp | 1380 RTStrPrintf(szSubDir, sizeof(szSubDir), "%s.%s", RTBldCfgCompiler(), RTBldCfgTargetArch()); 1400 vrc = RTPathJoin(szPath, sizeof(szPath), m->strExtPackPath.c_str(), RTBldCfgTargetArch());
|
/vbox/src/VBox/VMM/tools/ |
H A D | VBoxCpuReport.cpp | 4611 szNow, RTBldCfgVersion(), RTBldCfgRevisionStr(), RTBldCfgTarget(), RTBldCfgTargetArch(),
|
Completed in 472 milliseconds