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

/vbox/src/VBox/Runtime/common/path/
H A DRTPathTraverseList.cpp3 * IPRT - RTPathTraverseList
40 RTDECL(int) RTPathTraverseList(const char *pszPathList, char chSep, PFNRTPATHTRAVERSER pfnCallback, void *pvUser1, void *pvUser2) function
79 RT_EXPORT_SYMBOL(RTPathTraverseList); variable
/vbox/include/iprt/
H A Dpath.h988 * Callback for RTPathTraverseList that's called for each element.
1019 RTDECL(int) RTPathTraverseList(const char *pszPathList, char chSep, PFNRTPATHTRAVERSER pfnCallback, void *pvUser1, void *pvUser2);
H A Dmangling.h1084 # define RTPathTraverseList RT_MANGLER(RTPathTraverseList) macro
/vbox/src/bldprogs/
H A Dscmsubversion.cpp571 int rc = RTPathTraverseList(pszEnvVar, ';', scmSvnFindSvnBinaryCallback, g_szSvnPath, (void *)sizeof(g_szSvnPath));
573 int rc = RTPathTraverseList(pszEnvVar, ':', scmSvnFindSvnBinaryCallback, g_szSvnPath, (void *)sizeof(g_szSvnPath));
/vbox/src/VBox/Debugger/
H A DDBGCCommands.cpp1865 * RTPathTraverseList callback.
1943 rc = RTPathTraverseList(szPath, '\0', dbgcPlugInLoadCallback, (void *)pszPlugIn, pPlugIn);
1951 rc = RTPathTraverseList(PathVar.u.pszString, ';', dbgcPlugInLoadCallback, (void *)pszPlugIn, pPlugIn);
1957 rc = RTPathTraverseList(szPath, ';', dbgcPlugInLoadCallback, (void *)pszPlugIn, pPlugIn);
/vbox/src/VBox/Runtime/r3/posix/
H A Dprocess-creation-posix.cpp277 * RTPathTraverseList callback used by RTProcCreateEx to locate the executable.
393 rc = RTPathTraverseList(pszPath, ':', rtPathFindExec, (void *)pszExec, &szRealExec[0]);
/vbox/src/VBox/Runtime/r3/win/
H A Dprocess-win.cpp1062 * RTPathTraverseList callback used by RTProcCreateEx to locate the executable.
1117 rc = RTPathTraverseList(pszPath, ';', rtPathFindExec, (void *)pszExec, &szRealExec[0]);

Completed in 99 milliseconds