Searched defs:RTPathExecDir (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Runtime/r3/
H A Dpath.cpp45 * @returns See RTPathExecDir.
46 * @param pszPath See RTPathExecDir.
47 * @param cchPath See RTPathExecDir.
51 int rc = RTPathExecDir(pszPath, cchPath);
64 RTDECL(int) RTPathExecDir(char *pszPath, size_t cchPath) function
91 return RTPathExecDir(pszPath, cchPath);
101 return RTPathExecDir(pszPath, cchPath);
115 int rc = RTPathExecDir(pszPath, cchPath);
126 return RTPathExecDir(pszPath, cchPath);
138 return RTPathExecDir(pszPat
[all...]
/vbox/include/iprt/
H A Dmangling.h1042 # define RTPathExecDir RT_MANGLER(RTPathExecDir) macro

Completed in 218 milliseconds