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

  /external/chromium_org/chrome/installer/util/
lzma_util.h 22 // Utility method that does the job of calling OpenArchive(), UnPack()
34 DWORD UnPack(const std::wstring& location);
39 DWORD UnPack(const std::wstring& location,
lzma_util_unittest.cc 67 EXPECT_EQ(lzma_util.UnPack(extract_dir.value(), &unpacked_file),
74 EXPECT_EQ(lzma_util.UnPack(extract_dir.value(), &unpacked_file),
81 EXPECT_EQ(lzma_util.UnPack(extract_dir.value(), &unpacked_file),
84 EXPECT_EQ(lzma_util.UnPack(extract_dir.value(), &unpacked_file),
89 EXPECT_EQ(lzma_util.UnPack(extract_dir.value(), &unpacked_file),
96 // Test the static method that can be used to unpack archives.
lzma_util.cc 90 if ((ret = lzma_util.UnPack(output_dir, output_file)) != NO_ERROR) {
120 DWORD LzmaUtil::UnPack(const std::wstring& location) {
121 return UnPack(location, NULL);
124 DWORD LzmaUtil::UnPack(const std::wstring& location,

Completed in 52 milliseconds