HomeSort by relevance Sort by last modified time
    Searched defs:CreateOutArchive (Results 1 - 2 of 2) sorted by null

  /external/lzma/CPP/7zip/Common/
RegisterArc.h 21 CreateOutArchiveP CreateOutArchive;
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.h 50 CreateOutArchiveP CreateOutArchive;
93 CreateInArchive(0), CreateOutArchive(0),
202 HRESULT CreateOutArchive(int formatIndex, CMyComPtr<IOutArchive> &archive) const
209 archive = ai.CreateOutArchive();

Completed in 197 milliseconds