Searched refs:RTPathGetCurrentOnDrive (Results 1 - 5 of 5) sorted by relevance

/vbox/src/VBox/Runtime/generic/
H A DRTPathGetCurrentOnDrive-generic.cpp3 * IPRT - RTPathGetCurrentOnDrive, generic implementation.
41 RTDECL(int) RTPathGetCurrentOnDrive(char chDrive, char *pszPath, size_t cbPath) function
83 RT_EXPORT_SYMBOL(RTPathGetCurrentOnDrive); variable
H A DRTPathAbs-generic.cpp230 rc = RTPathGetCurrentOnDrive(szTmpPath[0], szCurDir, sizeof(szCurDir));
/vbox/include/iprt/
H A Dpath.h251 RTDECL(int) RTPathGetCurrentOnDrive(char chDrive, char *pszPath, size_t cbPath);
H A Dmangling.h1050 # define RTPathGetCurrentOnDrive RT_MANGLER(RTPathGetCurrentOnDrive) macro
/vbox/src/VBox/Runtime/r3/win/
H A Dpath-win.cpp714 RTDECL(int) RTPathGetCurrentOnDrive(char chDrive, char *pszPath, size_t cbPath) function

Completed in 96 milliseconds