Home
last modified time | relevance | path

Searched refs:CreateOutArchive (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/UI/Common/
DLoadCodecs.h50 CreateOutArchiveP CreateOutArchive; member
93 CreateInArchive(0), CreateOutArchive(0), in CArcInfoEx()
202 HRESULT CreateOutArchive(int formatIndex, CMyComPtr<IOutArchive> &archive) const in CreateOutArchive() function
209 archive = ai.CreateOutArchive(); in CreateOutArchive()
DLoadCodecs.cpp435 item.CreateOutArchive = arc.CreateOutArchive; in Load()
437 item.UpdateEnabled = (arc.CreateOutArchive != 0); in Load()
DUpdate.cpp330 RINOK(codecs->CreateOutArchive(compressionMethod.FormatIndex, outArchive)); in Compress()
/external/lzma/CPP/7zip/Archive/
DArchiveExports.cpp76 if (!arc.CreateOutArchive) in CreateArchiver()
78 *outObject = arc.CreateOutArchive(); in CreateArchiver()
113 prop = (bool)(arc.CreateOutArchive != 0); in GetHandlerProperty2()
/external/lzma/CPP/7zip/Common/
DRegisterArc.h21 CreateOutArchiveP CreateOutArchive; member