Home
last modified time | relevance | path

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

/system/extras/simpleperf/
Dutils.h163 bool XzDecompress(const std::string& compressed_data, std::string* decompressed_data);
Dutils.cpp268 bool XzDecompress(const std::string& compressed_data, std::string* decompressed_data) { in XzDecompress() function
Dread_elf.cpp403 if (XzDecompress(debugdata, &decompressed_data)) { in ParseSymbols()