Searched defs:decompressed_data (Results 1 - 2 of 2) sorted by relevance

/system/extras/simpleperf/
H A Dread_elf.cpp367 std::string decompressed_data; local
368 if (XzDecompress(debugdata, &decompressed_data)) {
370 result = OpenObjectFileFromString(decompressed_data, &wrapper);
H A Dutils.cpp205 bool XzDecompress(const std::string& compressed_data, std::string* decompressed_data) { argument
239 *decompressed_data = std::move(dst);

Completed in 315 milliseconds