Home
last modified time | relevance | path

Searched defs:PuffInputStream (Results 1 – 1 of 1) sorted by relevance

/system/core/fs_mgr/libsnapshot/
Dmake_cow_from_ab_ota.cpp255 class PuffInputStream final : public puffin::StreamInterface { class
257 PuffInputStream(uint8_t* buffer, size_t length) : buffer_(buffer), length_(length), pos_(0) {} in PuffInputStream() function in android::snapshot::PuffInputStream