VirtualBox

Changeset 97140 in vbox for trunk/src/VBox/Main/include


Ignore:
Timestamp:
Oct 13, 2022 3:45:00 PM (2 years ago)
Author:
vboxsync
Message:

Main/Guest Control: Resolved some @todos:

  • Don't allocate a separate Utf8Str object when constructing strEntryAbs.
  • Use a handed-in scratch buffer for recursion for resolving symlink real paths.

[forgot a file]. bugref:10286

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/include/GuestSessionImplTasks.h

    r96407 r97140  
    131131
    132132    int AddEntryFromHost(const Utf8Str &strFile, PCRTFSOBJINFO pcObjInfo);
    133     int AddDirFromHost(const Utf8Str &strPath, const Utf8Str &strSubDir = "");
     133    int AddDirFromHost(const Utf8Str &strPath, const Utf8Str &strSubDir, char *pszPathReal, size_t cbPathReal);
    134134
    135135public:
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