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

  /external/lzma/CPP/7zip/Common/
RegisterArc.h 21 CreateOutArchiveP CreateOutArchive;
  /external/lzma/CPP/7zip/Archive/
ArchiveExports.cpp 76 if (!arc.CreateOutArchive)
78 *outObject = arc.CreateOutArchive();
113 prop = (bool)(arc.CreateOutArchive != 0);
  /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();
LoadCodecs.cpp 435 item.CreateOutArchive = arc.CreateOutArchive;
437 item.UpdateEnabled = (arc.CreateOutArchive != 0);
Update.cpp 330 RINOK(codecs->CreateOutArchive(compressionMethod.FormatIndex, outArchive));

Completed in 979 milliseconds