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 23 Func_CreateOutArchive CreateOutArchive;
  /external/lzma/CPP/7zip/UI/Common/
LoadCodecs.h 57 Func_CreateOutArchive CreateOutArchive;
120 , CreateOutArchive(NULL)
270 HRESULT CreateOutArchive(unsigned formatIndex, CMyComPtr<IOutArchive> &archive) const
278 archive = ai.CreateOutArchive();

Completed in 476 milliseconds