Home
last modified time | relevance | path

Searched refs:OutputFull (Results 1 – 1 of 1) sorted by relevance

/system/core/fs_mgr/libsnapshot/libsnapshot_cow/
Dcow_decompress.cpp81 bool OutputFull() const { return !ignore_bytes_ && !output_buffer_remaining_; } in OutputFull() function in android::snapshot::StreamDecompressor
122 if (decompressor_ended_ && !OutputFull()) { in Decompress()
130 if (!decompressor_ended_ && !OutputFull()) { in Decompress()