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

/vbox/src/VBox/Runtime/common/path/
H A Drtpath-expand-template.cpp.h35 #undef RTPATH_SLASH_STR macro
42 #define RTPATH_SLASH_STR "\\" macro
53 #undef RTPATH_SLASH_STR macro
60 #define RTPATH_SLASH_STR "/" macro
73 # undef RTPATH_SLASH_STR macro
78 # define RTPATH_SLASH_STR "\\" macro
H A DRTPathParse.cpp.h230 cchPath += sizeof(RTPATH_SLASH_STR) - 1;
/vbox/src/VBox/ExtPacks/VBoxDTrace/
H A DVBoxDTraceWrapper.cpp110 VBOX_EXTPACK_INSTALL_DIR RTPATH_SLASH_STR VBOX_EXTPACK_VBOXDTRACE_MANGLED_NAME);
132 rc = RTPathAppend(szDTraceLibDir, sizeof(szDTraceLibDir), "dtrace" RTPATH_SLASH_STR "lib");
/vbox/include/iprt/
H A Dpath.h144 /** @def RTPATH_SLASH_STR
152 # define RTPATH_SLASH_STR "\\" macro
154 # define RTPATH_SLASH_STR "/"
/vbox/src/VBox/Main/src-server/xpcom/
H A Dserver_module.cpp72 const char VBoxSVC_exe[] = RTPATH_SLASH_STR "VBoxSVC" HOSTSUFF_EXE;
/vbox/src/VBox/Runtime/testcase/
H A DtstRTPath.cpp215 RTTESTI_CHECK(strcmp(RTPATH_SLASH_STR, "\\") == 0);
227 RTTESTI_CHECK(strcmp(RTPATH_SLASH_STR, "/") == 0);
750 { "/dir/dir2/test.ext", "/dir/test2.ext", VINF_SUCCESS, ".." RTPATH_SLASH_STR "test2.ext"},
751 { "/dir/dir2/test.ext", "/dir/dir3/test2.ext", VINF_SUCCESS, ".." RTPATH_SLASH_STR "dir3/test2.ext"},
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp1788 "Contents" RTPATH_SLASH_STR "Resources" RTPATH_SLASH_STR "DWARF",
1798 "Contents" RTPATH_SLASH_STR "MacOS",
/vbox/src/VBox/Main/src-server/
H A DSystemPropertiesImpl.cpp1167 path += RTPATH_SLASH_STR "VirtualBox VMs";
H A DApplianceImplImport.cpp2367 strSrcFilePath.append(RTPATH_SLASH_STR);
2399 strTargetDir.append(RTPATH_SLASH_STR);
H A DMachineImpl.cpp4135 strFullSnapshotFolder.append(RTPATH_SLASH_STR),
7319 strFilename.append(RTPATH_SLASH_STR "VBoxStartup.log");
10761 strFullSnapshotFolder.append(RTPATH_SLASH_STR),
/vbox/src/VBox/Runtime/tools/
H A DRTDbgSymCache.cpp957 return RTMsgErrorRc(rc, "Filename too long (%Rrc): '%s" RTPATH_SLASH_STR "%s'", rc, pszPath, pCfg->pszFilter);
/vbox/src/VBox/Runtime/r0drv/nt/
H A DntBldSymDb.cpp1062 RTMsgInfo("%s%s ...\n", pszDir, RTPATH_SLASH_STR);

Completed in 120 milliseconds