OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CreateArcOut
(Results
1 - 2
of
2
) sorted by null
/external/lzma/CPP/7zip/Archive/7z/
7zRegister.cpp
10
static IOutArchive *
CreateArcOut
() { return new NArchive::N7z::CHandler; }
12
#define
CreateArcOut
0
16
{ L"7z", L"7z", 0, 7, {'7', 'z', 0xBC, 0xAF, 0x27, 0x1C}, 6, false, CreateArc,
CreateArcOut
};
/external/lzma/CPP/7zip/Archive/
XzHandler.cpp
697
static IOutArchive *
CreateArcOut
() { return new NArchive::NXz::CHandler; }
699
#define
CreateArcOut
0
703
{ L"xz", L"xz txz", L"* .tar", 0xC, {0xFD, '7' , 'z', 'X', 'Z', '\0'}, 6, true, CreateArc,
CreateArcOut
};
Completed in 71 milliseconds