Searched refs:XzDecompress (Results 1 – 3 of 3) sorted by relevance
142 bool XzDecompress(const std::string& compressed_data, std::string* decompressed_data);
260 bool XzDecompress(const std::string& compressed_data, std::string* decompressed_data) { in XzDecompress() function
387 if (XzDecompress(debugdata, &decompressed_data)) { in ParseSymbols()