OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
65
EXPECT_EQ(lzma_util.
UnPack
(extract_dir.value(), &unpacked_file),
72
EXPECT_EQ(lzma_util.
UnPack
(extract_dir.value(), &unpacked_file),
79
EXPECT_EQ(lzma_util.
UnPack
(extract_dir.value(), &unpacked_file),
82
EXPECT_EQ(lzma_util.
UnPack
(extract_dir.value(), &unpacked_file),
87
EXPECT_EQ(lzma_util.
UnPack
(extract_dir.value(), &unpacked_file),
94
// 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 289 milliseconds