Searched refs:RTPathAbsEx (Results 1 - 9 of 9) sorted by relevance

/vbox/src/VBox/Runtime/common/path/
H A DRTPathAbsExDup.cpp40 * Same as RTPathAbsEx only the result is RTStrDup()'ed.
43 * @returns NULL if RTPathAbsEx() or RTStrDup() fails.
52 int rc = RTPathAbsEx(pszBase, pszPath, szPath, sizeof(szPath));
H A DRTPathAbsEx.cpp3 * IPRT - RTPathAbsEx
53 RTDECL(int) RTPathAbsEx(const char *pszBase, const char *pszPath, char *pszAbsPath, size_t cchAbsPath) function
/vbox/src/VBox/Main/src-all/
H A DSharedFolderImpl.cpp276 int vrc = RTPathAbsEx(NULL,
/vbox/include/iprt/
H A Dpath.h320 RTDECL(int) RTPathAbsEx(const char *pszBase, const char *pszPath, char *pszAbsPath, size_t cchAbsPath);
323 * Same as RTPathAbsEx only the result is RTStrDup()'ed.
326 * @returns NULL if RTPathAbsEx() or RTStrDup() fails.
H A Dmangling.h1028 # define RTPathAbsEx RT_MANGLER(RTPathAbsEx) macro
/vbox/src/VBox/Runtime/testcase/
H A DtstRTPath.cpp269 * RTPathAbsEx
271 RTTestSub(hTest, "RTPathAbsEx");
335 rc = RTPathAbsEx(s_aRTPathAbsExTests[i].pcszInputBase,
/vbox/src/VBox/Main/src-server/
H A DVirtualBoxImpl.cpp3679 int vrc = RTPathAbsEx(m->strHomeDir.c_str(),
H A DMachineImpl.cpp7211 int vrc = RTPathAbsEx(strSettingsDir.c_str(), strPath.c_str(), folder, sizeof(folder));
/vbox/src/VBox/Main/src-client/
H A DConsoleImpl.cpp8010 int vrc = RTPathAbsEx(NULL,

Completed in 1994 milliseconds