VirtualBox

Ignore:
Timestamp:
Dec 17, 2010 12:45:16 PM (14 years ago)
Author:
vboxsync
Message:

Introduced RTPathAppPrivateArchTop for hacking around the /opt/VirtualBox/amd64 and /opt/VirtualBox/i386 issues with RTPathAppPrivateArch. Changed RTPathAppDocs to returned the same directory name.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/EFI/DevEFI.cpp

    r34163 r35218  
    10731073            return VERR_NO_MEMORY;
    10741074
    1075         rc = RTPathAppPrivateArch(pThis->pszEfiRomFile, RTPATH_MAX);
     1075        rc = RTPathAppPrivateArchTop(pThis->pszEfiRomFile, RTPATH_MAX);
    10761076        AssertRCReturn(rc, rc);
    10771077        rc = RTPathAppend(pThis->pszEfiRomFile, RTPATH_MAX, "VBoxEFI32.fd");
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