VirtualBox

Changeset 70423 in vbox


Ignore:
Timestamp:
Jan 2, 2018 11:51:48 AM (7 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
120028
Message:

IPRT: Moved RTZipGZipCmd into the runtime, leaving a main wrapper behind. Want to use it too in VBoxControl for debugging purposes.

Location:
trunk
Files:
1 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/include/iprt/mangling.h

    r70418 r70423  
    26112611# define RTZipGzipCompressIoStream                      RT_MANGLER(RTZipGzipCompressIoStream)
    26122612# define RTZipGzipDecompressIoStream                    RT_MANGLER(RTZipGzipDecompressIoStream)
     2613# define RTZipGzipCmd                                   RT_MANGLER(RTZipGzipCmd)
    26132614# define RTZipPkzipFsStreamFromIoStream                 RT_MANGLER(RTZipPkzipFsStreamFromIoStream)
    26142615# define RTZipPkzipMemDecompress                        RT_MANGLER(RTZipPkzipMemDecompress)
  • trunk/include/iprt/zip.h

    r69105 r70423  
    255255
    256256/**
     257 * A mini GZIP program.
     258 *
     259 * @returns Program exit code.
     260 *
     261 * @param   cArgs               The number of arguments.
     262 * @param   papszArgs           The argument vector.  (Note that this may be
     263 *                              reordered, so the memory must be writable.)
     264 */
     265RTDECL(RTEXITCODE) RTZipGzipCmd(unsigned cArgs, char **papszArgs);
     266
     267/**
    257268 * Opens a TAR filesystem stream.
    258269 *
  • trunk/src/VBox/Runtime/Makefile.kmk

    r70417 r70423  
    633633        common/zip/tar.cpp \
    634634        common/zip/tarcmd.cpp \
    635         common/zip/unzipcmd.cpp \
    636635        common/zip/tarvfs.cpp \
    637636        common/zip/tarvfswriter.cpp \
    638637        common/zip/gzipvfs.cpp \
     638        common/zip/gzipcmd.cpp \
    639639        common/zip/pkzip.cpp \
    640640        common/zip/pkzipvfs.cpp \
     641        common/zip/unzipcmd.cpp \
    641642        common/zip/zip.cpp \
    642643        generic/createtemp-generic.cpp \
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