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

/vbox/src/VBox/Runtime/testcase/
H A DtstDir-3.cpp86 char *pszFilter1 = RTPathJoinA(pszTestDir, "xyxzxq*");
93 char *pszFilter2 = RTPathJoinA(pszTestDir, "*");
H A DtstRTPath.cpp554 * RTPathJoinA - reuse the append tests.
556 RTTestSub(hTest, "RTPathJoinA");
564 RTTESTI_CHECK(pszPathDst = RTPathJoinA(pszInput, pszAppend));
/vbox/src/VBox/Runtime/common/path/
H A DRTPathJoinA.cpp3 * IPRT - RTPathJoinA.
40 RTDECL(char *) RTPathJoinA(const char *pszPathSrc, const char *pszAppend) function
/vbox/src/VBox/Additions/common/VBoxService/
H A DVBoxServiceCpuHotPlug.cpp172 char *pszPathTmp = RTPathJoinA(pszPath, pPathComponent->pcszName);
200 char *pszPathLvl = RTPathJoinA(pszPath, DirFolderContent.szName);
255 pszPath = RTPathJoinA(SYSFS_ACPI_CPU_PATH, pAcpiCpuPathLvl->aComponentsPossible[pAcpiCpuPathLvl->uId].pcszName);
281 char *pszPathCurr = RTPathJoinA(pAcpiCpuPathLvl->pszPath, DirFolderContent.szName);
343 pszPathDir = RTPathJoinA(pszPathCurr, pPathComponent->pcszName);
/vbox/src/VBox/GuestHost/DragAndDrop/
H A DDnDURIList.cpp115 char *pszPathNew = RTPathJoinA(strBaseNew.c_str(), pszPathStart);
295 char *pszRecDir = RTPathJoinA(pcszPath, DirEntry.szName);
308 char *pszNewFile = RTPathJoinA(pcszPath, DirEntry.szName);
560 char *pszPath = RTPathJoinA(strBasePath.c_str(), pszCurRoot);
/vbox/src/VBox/Main/src-server/linux/
H A DUSBProxyServiceLinux.cpp105 char *pszDevices = RTPathJoinA(mDevicesRoot.c_str(), "devices");
/vbox/src/VBox/Main/src-client/
H A DGuestDnDPrivate.cpp403 char *pszFile = RTPathJoinA(m_strDropDir.c_str(), pszPath);
795 char *pszDir = RTPathJoinA(pResp->dropDir().c_str(), pszPath);
/vbox/include/iprt/
H A Dpath.h959 RTDECL(char *) RTPathJoinA(const char *pszPathSrc, const char *pszAppend);
H A Dmangling.h1056 # define RTPathJoinA RT_MANGLER(RTPathJoinA) macro
/vbox/src/VBox/Runtime/r3/
H A Disofs.cpp126 char *pszPath = RTPathJoinA(pNodeParent->path, pszPathNode);
/vbox/src/VBox/Installer/win/Stub/
H A DVBoxStub.cpp733 char *pszDstSubDir = RTPathJoinA(pszDstDir, ".custom");
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestCtrl.cpp2035 pszNewSub = RTPathJoinA(pszSubDir, DirEntry.szName);
2091 char *pszFileSource = RTPathJoinA(szCurDir, DirEntry.szName);
2203 pszNewSub = RTPathJoinA(pszSubDir, strDir.c_str());
2261 char *pszFileSource = RTPathJoinA(szCurDir, strFile.c_str());
/vbox/src/VBox/Additions/common/VBoxGuestLib/
H A DVBoxGuestR3LibDragAndDrop.cpp343 char *pszNewDir = RTPathJoinA(pszDropDir, szPathName);
377 char *pszPathAbs = RTPathJoinA(pszDropDir, szPathName);
/vbox/src/VBox/Storage/
H A DVMDK.cpp3228 pszFullname = RTPathJoinA(pszDirname, pExtent->pszBasename);
3493 char *pszFullname = RTPathJoinA(pszDirname, pExtent->pszBasename);
3676 char *pszFullname = RTPathJoinA(pszBasedirectory, pExtent->pszBasename);
3873 char *pszFullname = RTPathJoinA(pszBasedirectory, pExtent->pszBasename);
H A DVD.cpp3723 char *pszPluginFilter = RTPathJoinA(pszPath, VD_PLUGIN_PREFIX "*");
3773 pszPluginPath = RTPathJoinA(pszPath, pPluginDirEntry->szName);
3843 char *pszPluginFilter = RTPathJoinA(pszPath, VD_PLUGIN_PREFIX "*");
3893 pszPluginPath = RTPathJoinA(pszPath, pPluginDirEntry->szName);
/vbox/src/VBox/Main/src-server/
H A DApplianceImplImport.cpp1225 char *pszTmpDir = RTPathJoinA(szOSTmpDir, "vbox-ovf-XXXXXX");
1836 char *pszTmpDir = RTPathJoinA(szOSTmpDir, "vbox-ovf-XXXXXX");
H A DApplianceImplExport.cpp2393 char *pszTmpDir = RTPathJoinA(szOSTmpDir, "vbox-ovf-XXXXXX");
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgmoddwarf.cpp2334 pLnState->papszFileNames[iFileName] = RTPathJoinA(pLnState->papszIncPaths[idxInc], pszFilename);

Completed in 195 milliseconds