VirtualBox

Changeset 99258 in vbox for trunk/src/VBox/Main


Ignore:
Timestamp:
Mar 31, 2023 2:18:22 PM (2 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
156641
Message:

Guest Control/Main: Renamed GuestSession::i_fsQueryInfoViaToolbox() -> i_fsObjQueryInfoViaToolbox(). bugref:​10414

Location:
trunk/src/VBox/Main
Files:
2 edited

Legend:

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

    r99252 r99258  
    365365    int                     i_fsCreateTempViaToolbox(const Utf8Str &strTemplate, const Utf8Str &strPath, bool fDirectory, Utf8Str &strName,
    366366                                                     uint32_t fMode, bool fSecure, int *pvrcGuest);
    367     int                     i_fsQueryInfoViaToolbox(const Utf8Str &strPath, bool fFollowSymlinks, GuestFsObjData &objData, int *pvrcGuest);
     367    int                     i_fsObjQueryInfoViaToolbox(const Utf8Str &strPath, bool fFollowSymlinks, GuestFsObjData &objData, int *pvrcGuest);
    368368    /** @}  */
    369369
  • trunk/src/VBox/Main/src-client/GuestSessionImpl.cpp

    r99253 r99258  
    20242024 *                              indicates some host side error.
    20252025 */
    2026 int GuestSession::i_fsQueryInfoViaToolbox(const Utf8Str &strPath, bool fFollowSymlinks, GuestFsObjData &objData, int *pvrcGuest)
     2026int GuestSession::i_fsObjQueryInfoViaToolbox(const Utf8Str &strPath, bool fFollowSymlinks, GuestFsObjData &objData, int *pvrcGuest)
    20272027{
    20282028    /** @todo Merge this with IGuestFile::queryInfo(). */
     
    21432143#endif /* VBOX_WITH_GSTCTL_TOOLBOX_AS_CMDS */
    21442144    {
    2145         vrc = i_fsQueryInfoViaToolbox(strPath, fFollowSymlinks, objData, pvrcGuest);
     2145        vrc = i_fsObjQueryInfoViaToolbox(strPath, fFollowSymlinks, objData, pvrcGuest);
    21462146    }
    21472147
Note: See TracChangeset for help on using the changeset viewer.

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