VirtualBox

Changeset 78090 in vbox for trunk/src/VBox/Runtime/r3


Ignore:
Timestamp:
Apr 10, 2019 2:19:04 PM (6 years ago)
Author:
vboxsync
Message:

*,IPRT: Use new RTPathAbsExEx function instead of RTPathAbsEx. bugref:9172

Location:
trunk/src/VBox/Runtime/r3
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Runtime/r3/generic/dirrel-r3-generic.cpp

    r76553 r78090  
    8484     * This ASSUMES that pThis->pszPath is an absolute path.
    8585     */
    86     int rc = RTPathAbsEx(pThis->pszPath, pszRelPath, pszPathDst, cbPathDst);
     86    int rc = RTPathAbsExEx(pThis->pszPath, pszRelPath, RTPATH_STR_F_STYLE_HOST, pszPathDst, &cbPathDst);
    8787    if (RT_SUCCESS(rc))
    8888    {
  • trunk/src/VBox/Runtime/r3/nt/dirrel-r3-nt.cpp

    r76553 r78090  
    9595     * This ASSUMES that pThis->pszPath is an absolute path.
    9696     */
    97     int rc = RTPathAbsEx(pThis->pszPath, pszRelPath, pszPathDst, cbPathDst);
     97    int rc = RTPathAbsExEx(pThis->pszPath, pszRelPath, RTPATH_STR_F_STYLE_HOST, pszPathDst, &cbPathDst);
    9898    if (RT_SUCCESS(rc))
    9999    {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette