Searched defs:pchPath (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/r3/posix/
H A Dprocess-creation-posix.cpp279 static DECLCALLBACK(int) rtPathFindExec(char const *pchPath, size_t cchPath, void *pvUser1, void *pvUser2) argument
283 int rc = RTPathJoinEx(pszRealExec, RTPATH_MAX, pchPath, cchPath, pszExec, RTSTR_MAX);
/vbox/src/bldprogs/
H A Dscmsubversion.cpp60 static DECLCALLBACK(int) scmSvnFindSvnBinaryCallback(char const *pchPath, size_t cchPath, void *pvUser1, void *pvUser2) argument
66 memcpy(pszDst, pchPath, cchPath);
/vbox/src/VBox/Runtime/r3/win/
H A Dprocess-win.cpp1064 static DECLCALLBACK(int) rtPathFindExec(char const *pchPath, size_t cchPath, void *pvUser1, void *pvUser2) argument
1068 int rc = RTPathJoinEx(pszRealExec, RTPATH_MAX, pchPath, cchPath, pszExec, RTSTR_MAX);
/vbox/src/VBox/Debugger/
H A DDBGCCommands.cpp1869 * @param pchPath See FNRTPATHTRAVERSER.
1874 static DECLCALLBACK(int) dbgcPlugInLoadCallback(const char *pchPath, size_t cchPath, void *pvUser1, void *pvUser2) argument
1886 memcpy(pszModule, pchPath, cchPath);
/vbox/src/VBox/Runtime/common/dbg/
H A Ddbgcfg.cpp1877 const char *pchPath = pszValue++; local
1881 size_t cchPath = pszValue - pchPath;
1895 && !memcmp(pCur->sz, pchPath, cchPath))
1912 memcpy(pNew->sz, pchPath, cchPath);

Completed in 86 milliseconds