VirtualBox

Changeset 86035 in vbox for trunk/include/iprt/zip.h


Ignore:
Timestamp:
Sep 6, 2020 8:31:16 PM (4 years ago)
Author:
vboxsync
Message:

Runtime/cpiovfs.cpp: A simple CPIO archive reader (WIP, writer comes next and then some cleanup)

File:
1 edited

Legend:

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

    r85121 r86035  
    501501RTDECL(int) RTZipXarFsStreamFromIoStream(RTVFSIOSTREAM hVfsIosIn, uint32_t fFlags, PRTVFSFSSTREAM phVfsFss);
    502502
     503/**
     504 * Opens a CPIO filesystem stream.
     505 *
     506 * This is used to extract, list or check a CPIO archive.
     507 *
     508 * @returns IPRT status code.
     509 *
     510 * @param   hVfsIosIn           The input stream.  The reference is not
     511 *                              consumed, instead another one is retained.
     512 * @param   fFlags              Flags, MBZ.
     513 * @param   phVfsFss            Where to return the handle to the CPIO
     514 *                              filesystem stream.
     515 */
     516RTDECL(int) RTZipCpioFsStreamFromIoStream(RTVFSIOSTREAM hVfsIosIn, uint32_t fFlags, PRTVFSFSSTREAM phVfsFss);
     517
    503518/** @} */
    504519
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