OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:XzExtentWriter
(Results
1 - 2
of
2
) sorted by null
/system/update_engine/payload_consumer/
xz_extent_writer.h
29
//
XzExtentWriter
is a concrete ExtentWriter subclass that xz-decompresses
36
class
XzExtentWriter
: public ExtentWriter {
38
explicit
XzExtentWriter
(std::unique_ptr<ExtentWriter> underlying_writer)
40
~
XzExtentWriter
() override;
55
DISALLOW_COPY_AND_ASSIGN(
XzExtentWriter
);
xz_extent_writer.cc
53
XzExtentWriter
::~
XzExtentWriter
() {
57
bool
XzExtentWriter
::Init(FileDescriptorPtr fd,
65
bool
XzExtentWriter
::Write(const void* bytes, size_t count) {
113
bool
XzExtentWriter
::EndImpl() {
Completed in 137 milliseconds