Home
last modified time | relevance | path

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

/aosp12/system/update_engine/payload_consumer/
H A Dxz_extent_writer.cc34 const char* XzErrorString(enum xz_ret error) { in XzErrorString() function
91 LOG(ERROR) << "xz_dec_run returned " << XzErrorString(ret); in Write()