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

  /external/chromium_org/chrome/installer/util/
lzma_util.h 20 class LzmaUtil {
28 LzmaUtil();
29 ~LzmaUtil();
51 DISALLOW_COPY_AND_ASSIGN(LzmaUtil);
lzma_util.cc 79 int32 LzmaUtil::UnPackArchive(const std::wstring& archive,
83 LzmaUtil lzma_util;
100 LzmaUtil::LzmaUtil() : archive_handle_(NULL) {}
102 LzmaUtil::~LzmaUtil() {
106 DWORD LzmaUtil::OpenArchive(const std::wstring& archivePath) {
120 DWORD LzmaUtil::UnPack(const std::wstring& location) {
124 DWORD LzmaUtil::UnPack(const std::wstring& location,
235 void LzmaUtil::CloseArchive()
    [all...]

Completed in 28 milliseconds